trumans / selenium-python-wikipedia

Tests using Selenium and Python on Wikipedia.org site
0 stars 2 forks source link

Safari has issues clicking on some links #7

Open trumans opened 4 years ago

trumans commented 4 years ago

Some tests have been flagged to skip in Safari because either a) browser clicks on wrong link, or b) browser cannot find link.

trumans commented 4 years ago

This article suggests executing in javascript:

https://stackoverflow.com/questions/45479254/selenium-code-is-not-working-for-locating-an-element-in-safari-working-in-firef

Consider package described at https://pypi.org/project/PyJSCaller/