You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@sigmaSd would you happen to have an more info on this? As to how we may send messages using the new protocol methods
For issue reference, the selenium bidi webdriver calls .bidi.send internally when their external api methods are called (eg `.navigate), its initialisation can be found here, that takes us to where it creates the instance
It's just how we get it to recognise the method exists? For example chrome supports it, so i ran chrome headless, and got my protocol to send the method mentioned here which is their external API, but i got a message saying the method wasn't found
Sorry I forgot what this is about, I would have to read up again on the subject. Maybe this issue is not relevant anymore feel free to close it in that case.
Summary
What:
Support webdriver-bidi protocol https://github.com/w3c/webdriver-bidi https://developer.chrome.com/blog/webdriver-bidi/
Why:
Its seems to be the future of browser automation, firefox enables it by default since version 101 https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/101#webdriver_conformance_webdriver_bidi_marionette, you can test it with selenium https://www.selenium.dev/documentation/webdriver/bidirectional/
Acceptance Criteria
Below is a list of tasks that must be completed before this issue can be closed.
The text was updated successfully, but these errors were encountered: