You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Winium-driver version 0.1.0-1, Dtd Nov, 12, 2015
implementation 'com.github.2gis.winium:winium-webdriver:0.1.0-1'
winium-elements-desktop version 0.2.0-1 , Dtd Nov, 12, 2015
implementation 'com.github.2gis.winium:winium-elements-desktop:0.2.0-1'
Selenium version 4.3.0 , Dtd Jun 24, 2022
implementation 'org.seleniumhq.selenium:selenium-java:4.3.0'
Error is NoSuchMethods : org.openqa.selenium.remote.service.DriverService
It appears DriverService class in Selenium.remote.service package of selenium-remote.driver.jar associated with Selenium 4.3.0 version started implementing Closeable interface but is not in Selenium 3 (earlier versions)
Please advise with any remediation or workaround for this issue.
Note: When I downgrade to Selenium 3, winium tests are working fine since DriverService in selenium-remote.driver.jar has the method available.
The text was updated successfully, but these errors were encountered:
Winium-driver version 0.1.0-1, Dtd Nov, 12, 2015
implementation 'com.github.2gis.winium:winium-webdriver:0.1.0-1'
winium-elements-desktop version 0.2.0-1 , Dtd Nov, 12, 2015
implementation 'com.github.2gis.winium:winium-elements-desktop:0.2.0-1'
Selenium version 4.3.0 , Dtd Jun 24, 2022
implementation 'org.seleniumhq.selenium:selenium-java:4.3.0'
Error is NoSuchMethods : org.openqa.selenium.remote.service.DriverService
It appears DriverService class in Selenium.remote.service package of selenium-remote.driver.jar associated with Selenium 4.3.0 version started implementing Closeable interface but is not in Selenium 3 (earlier versions)
Please advise with any remediation or workaround for this issue.
Note: When I downgrade to Selenium 3, winium tests are working fine since DriverService in selenium-remote.driver.jar has the method available.
The text was updated successfully, but these errors were encountered: