yourlabs / django-session-security

A little javascript and middleware work together to ensure that the user was active during the past X minutes in any tab he has open. Otherwise, display a warning leaving a couple of minutes to show any kind of activity like moving the mouse. Otherwise, logout the user.
http://django-session-security.rtfd.org
MIT License
310 stars 141 forks source link

Upgrade to Selenium 4.3.0 #148

Open mpasternak opened 2 years ago

mpasternak commented 2 years ago

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", ...)

jpic commented 6 months ago

It would be much easier with pytest-splinter