Selenium: newPosition(String) is undefined. How to fix it?
I have a code like this:
WebDriver cannot be resolved to a type. ChromeDriver cannot be resolved to a type
Exception in thread “main” java.lang.Error: Unresolved compilation problems:
WebDriver cannot be resolved to a type
ChromeDriver cannot be resolved to a type
I am getting error like element not interactable
I tried to capture xpath and click on them but I am getting error like element not interactable.
I want to verify the logo through link
I switch from frame 4 to frame 5 then I click on the link and want to verify whether the logo is present or not.