django-session-security icon indicating copy to clipboard operation
django-session-security copied to clipboard

Upgrade to Selenium 4.3.0

Open mpasternak opened this issue 3 years ago • 1 comments
trafficstars

https://stackoverflow.com/questions/72773206/selenium-python-attributeerror-webdriver-object-has-no-attribute-find-el

element.find_by_name(...) is now element.find_element("name", ...)

mpasternak avatar Jul 03 '22 22:07 mpasternak

It would be much easier with pytest-splinter

jpic avatar Apr 12 '24 09:04 jpic