mozilla / geckodriver

WebDriver for Firefox
https://firefox-source-docs.mozilla.org/testing/geckodriver/
Mozilla Public License 2.0
7.03k stars 1.51k forks source link

Need a Windows 64bit update 32bit update will not work with my script version aarch64 doesn't work at all need Win64 **Solved** #2057

Closed BurntDog closed 1 year ago

BurntDog commented 1 year ago

System

Testcase

Not working as it should while using a script.

Stacktrace

No related errors shown but they never are driver just stop working fully with above script (No data entered)

Trace-level log

N/A

Thank you

BurntDog commented 1 year ago

Found my issue and fixed it. Selenium just removed "find_elementby" method in version 4.3.0. See the CHANGES: https://github.com/SeleniumHQ/selenium/blob/a4995e2c096239b42c373f26498a6c9bb4f2b3e7/py/CHANGES

Selenium 4.3.0

I/You now need to use:

driver.find_element("name", "NAME OF ELEMENT HERE")