Hi, I have an not 100% reproducible issue when try to Click Element
Some details: web page developed with Vue.js
I user element ID to allocate it.
Also I use Wait Until Element Is Visible and Wait Until Element Enabled etc.
Nothing helps to have 100% pass, sometimes it fails due to element click intercepted.
To avoid the error I also try to use
Set Selenium Speed (0.4s) and Set Selenium Implicit Wait (10s) - it helps a little but not 100%.
Could you please suggest a way to avoid ‘element click intercepted’ error?
[ ERROR ] Error in file ‘/Users/abc/development/project-ui-autotest/Resources/resource.robot’ on line 3: Initializing library ‘SeleniumLibrary’ with arguments [ plugins=SeleniumTestability;True;30 Seconds;True ] failed: Importing test library ‘SeleniumTestability’ failed: AttributeError: type object ‘DesiredCapabilities’ has no attribute ‘PHANTOMJS’
Traceback (most recent call last):
File “/Users/abc/venvs/project-auto/lib/python3.9/site-packages/SeleniumTestability/init.py”, line 2, in
from .plugin import SeleniumTestability
File “/Users/abc/venvs/project-auto/lib/python3.9/site-packages/SeleniumTestability/plugin.py”, line 43, in
class SeleniumTestability(LibraryComponent):
File “/Users/abc/venvs/project-auto/lib/python3.9/site-packages/SeleniumTestability/plugin.py”, line 148, in SeleniumTestability
“phantomjs”: DesiredCapabilities.PHANTOMJS,
PYTHONPATH:
/Users/abc/venvs/project-auto/bin
/Library/Frameworks/Python.framework/Versions/3.9/lib/python39.zip
/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9
/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload
/Users/abc/venvs/project-auto/lib/python3.9/site-packages
Tests.Search
Base search works properly | FAIL |
Parent suite setup failed:
No keyword with name ‘Open Browser’ found.
Tests.Search | FAIL |
Suite setup failed:
No keyword with name ‘Open Browser’ found.
Also suite teardown failed:
No keyword with name ‘Close All Browsers’ found.