sridharbandi / Java-a11y

Accessibility Automated Testing with Java Selenium
https://sridharbandi.github.io/Java-a11y/
MIT License
12 stars 12 forks source link

Webdriver wait used in A11Y class is not supported in selenium 4 #18

Closed christinajoice-s closed 1 year ago

christinajoice-s commented 1 year ago

In selenium 4, the existing wait method "WebDriverWait wait = new WebDriverWait(driver, 30);" is not supported. So please make changes accordingly.

Screenshot from 2022-09-23 13-22-02

Screenshot from 2022-09-23 13-20-34

sridharbandi commented 1 year ago

I will fix it and publish the new version soon.

sridharbandi commented 1 year ago

Hi @christinajoice-s, this issue is been now fixed in version 3.0.1