instaclick / php-webdriver

W3C and Selenium 2 webdriver "thin client" for php 5.3+ and namespaces.
Other
436 stars 62 forks source link

POST /window must define handle first for Selenium 3.x and Firefox #119

Closed mvorisek closed 1 year ago

mvorisek commented 1 year ago

handle must be defined first (before name) to work in Selenium 3.x /w Firefox (as name is not supported by W3C, Chrome work /w and /wo this PR)

Selenium 2.x passing as well

please merge into 1.x branch and tag

mvorisek commented 1 year ago

@robocoder can this be merged and released please?

robocoder commented 1 year ago

Done. Thanks.

robocoder commented 1 year ago

Note to self: this should have been backported from 2.0.0-BETA.