Is your feature request related to a problem? Please describe.
Currently, MAQS Appium uses an older version of Selenium. The older version of Selenium does not support newer functionality that comes from org.openqa.selenium and this causes conflicts during test execution.
Describe the solution you'd like
Having a single project that includes the latest version of Appium and the latest version of Cucumber in the same project
Examples of errors:
java.lang.NoSuchMethodError: org.openqa.selenium.WebElement.getDomAttribute(java/lang/String)
java.lang.ClassNotFoundException: org.openqa.selenium.internal.Require
Is your feature request related to a problem? Please describe.
Currently, MAQS Appium uses an older version of Selenium. The older version of Selenium does not support newer functionality that comes from org.openqa.selenium and this causes conflicts during test execution.
Describe the solution you'd like
Having a single project that includes the latest version of Appium and the latest version of Cucumber in the same project
Examples of errors:
java.lang.NoSuchMethodError: org.openqa.selenium.WebElement.getDomAttribute(java/lang/String)
java.lang.ClassNotFoundException: org.openqa.selenium.internal.Require