Closed jonketo closed 4 years ago
Very similar to https://github.com/instaclick/php-webdriver/issues/98, but with Firefox and not chrome.
Marionette appears to have 2 keys now which Container.php webDriverElement() is not considering. This stackoverflow answer shows them. https://stackoverflow.com/questions/59070019/selenium-common-exceptions-nosuchelementexception-message-web-element-referenc/59073100#59073100
I also included an synopsis here https://github.com/mozilla/geckodriver/issues/1548#issuecomment-577776292
If this is the correct fix I can make a PR.
This is a duplicate of #98.
The likely reason why you aren't seeing the fix is because you aren't pulling in the latest version of this repo.
It was backported to the 1.x branch, in the 1.4.7 tag.
Very similar to https://github.com/instaclick/php-webdriver/issues/98, but with Firefox and not chrome.
Marionette appears to have 2 keys now which Container.php webDriverElement() is not considering. This stackoverflow answer shows them. https://stackoverflow.com/questions/59070019/selenium-common-exceptions-nosuchelementexception-message-web-element-referenc/59073100#59073100
I also included an synopsis here https://github.com/mozilla/geckodriver/issues/1548#issuecomment-577776292
If this is the correct fix I can make a PR.