-
Notifications
You must be signed in to change notification settings - Fork 149
Can’t find element in firefox #923
Comments
Having same issue. Any news on that? |
Not figured it out yet. I just skip tests in FF. |
hi what firefox version do you use? maybe it's because of #688 |
I think it's kind of different. I can launch FF with geckoDriver, it's also possible to capture elements without interaction. It only fails when i try to find element with I have latest version installed (v.61 atm). |
Might be related to a wd.js issue I'm having: I can't find elements with the latest wd.js and firefox (61) The same code worked fine until I upgraded wd.js to |
any workaround for this? facing the same issue on ff and ie |
Hi there. I have some troubles with test run in firefox. It seems that browser can’t find element or it return result in different format. Is it gemini or geckoDriver issue? Or maybe there is any other way to find element?
By the way, this test works as expected in chrome without any issues.
I start selenium grid with selenium-standalone package.
Gemini version: 5.7.2
GeckoDriver version: 0.20.1
Selenium-standalone version: 6.15.1
OS: MacOS High Sierra 10.13.5
Test source code:
Report:
The text was updated successfully, but these errors were encountered: