This commit is contained in:
iw0 2024-05-03 23:21:42 +02:00
parent 168b72bdea
commit 9811207019

View File

@ -308,7 +308,7 @@ const continueToForm = {
name: "continueToForm", name: "continueToForm",
match: node => node.classList.contains("verspaetung-bestaetigung"), match: node => node.classList.contains("verspaetung-bestaetigung"),
execute: node => { execute: node => {
$$(node, 'button.fahrgastrechte-continue-button').dispatchEvent(_clickEv()).focus(); $$(node, 'button.fahrgastrechte-continue-button').dispatchEvent(_clickEv());
return true; return true;
} }
} }