I want to press the submit button that looks like this
<input type="submit" name="ok" value="example" class="ibro_schalter_03">
I would use '[name=ok]'
but there are other buttons next to each other that also have the same name.
When i tried to use '[value=example]'
I got an error
Error: Evaluation failed: DOMException: Failed to execute 'querySelector' on 'Document': '[value=example]' is not a valid selector.
Can i get some help with it?