Open emerson-b opened 3 years ago
HtmlElements is no longer maintained by the original author.
We have decided to induct it into our internal library at com.frameworkium.core.htmlelements
This should be updated to be compatible with Selenium 4
Have a try and see if your issue is resolved
When pulling latest master tagged as 4.0.0-BETA2-SNAPSHOT and trying to run TheInternetExampleTests (with a modified ru.yandex.qatools.htmlelements version due to selenium 4 update issues), the following error is shown :
This might be due to the deprecation of setScriptTimeout(long time, TimeUnit unit) in Selenium4, instead using setScriptTimeout(Duration duration).
Expected outcome: