w3c / webdriver-bidi

Bidirectional WebDriver protocol for browser automation
https://w3c.github.io/webdriver-bidi/
353 stars 39 forks source link

Add userActivation parameter to script evaluation #496

Closed OrKoN closed 1 year ago

OrKoN commented 1 year ago

Closes #359


Preview | Diff

jgraham commented 1 year ago

I assume some tests will be written during implementation.

whimboo commented 11 months ago

@OrKoN was there a reason why the userActivation has only been added to script.evaluate but not script.callFunction?

whimboo commented 11 months ago

@OrKoN was there a reason why the userActivation has only been added to script.evaluate but not script.callFunction?

That's my fault. It's there and I don't know why it was not found when I searched on the page. So it's all fine.