Skip to content
Advertisement

Tag: selenium4

Selenium 4 : Getting java.lang.NoSuchMethodError: org.openqa.selenium.WebElement.getDomAttribute(Ljava/lang/String;)Ljava/lang/String;

I am using selenium “4.1.2” with chrome 97. While selecting value from drop down using select class, getting exception: Below are dependencies in my project: Any help in resolving this issue is highly appreciated. Answer This error message… …is the result of dependency version conflict. Deep Dive As per @titusfortner comment in the discussion you need to crosscheck that everything

Advertisement