Ondřej Machulda
Ondřej Machulda
As part of 2.0, we should also change `Facebook` namespace in all files to avoid interfering with FB trademark (following repository transfer from FB - #730). This will however mean...
@joelharkes HttpCommandExecutor is configured from RemoteWebDriver via [third and fourth parameter](https://github.com/php-webdriver/php-webdriver/blob/master/lib/Remote/RemoteWebDriver.php#L90-L91) of `RemoteWebDriver::create()`, isn't it?
Agree with @williamdes, this should be handled in some other library. Php-webdriver is mainly low-level implementation of WebDriver protocol for PHP (with few exceptions), so this is out of scope.
Hi @bchecketts , thanks a lot for the PR! Before we merge this, could you please describe some additional information - when this happened? Ie. what code did you run,...
Hi, this will be fixed by #1001 . Thanks!
Hi, try using the latest version of Selenium 3.x. (which is I guess 3.141.59). If it didn't help, please provide logs you have from BrowserStack. And also what is the...
This was actually waiting on my reaction I guess, not on the reaction of the original author :-D . I will have a look.
Well, @andrewnicols is right - "displayed" method is not officially supported in W3C protocol (however - both Chromedriver and Geckodriver does support it). The reason why its not part of...
This issue will be solved by https://github.com/php-webdriver/php-webdriver/pull/1013 :tada:
Hi, 1) `createBySessionID()`, although "experimental", should be working. I tested it in current docker chrome-standalone 4.4 with Chromedriver 104. **Please provide code which is supposed to work but is not...