oops
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user