Hi,
I would like to use the Appium and Selenium libraries of Robot Framework together for end to end test of the system under test.
To start with, I installed the AppiumLibrary first and then when I tried the selenium installation, I got the below error:
----------
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behavior is the source of the following dependency conflicts.
robotframework-appiumlibrary 1.6.3 requires selenium<4,>=2.47.1, but you have selenium 4.1.0 which is incompatible.
appium-python-client 1.3.0 requires selenium<4,>=3.14.1, but you have selenium 4.1.0 which is incompatible.
-----------
Due to this when using the AppiumLibrary.Open Application keyword, the test fails with the message: AttributeError: can't set attribute 'capabilities'
Above issue can be solved by uninstalling selenium and reinstalling the AppiumLibrary.
Please can someone guide me as to how I can use both Appium and Selenium libraries together with Robot Framework.
Thank you,
Sumesh