- aks
- Posts : 5
Join date : 2011-01-30
Query - Not able to click on element
Wed Feb 23, 2011 3:27 pm
I am trying the find the link with text using below stmt
List linkElements = driverProvider.get().findElements(By.tagName("a"));
Out of this list i click on a link having text "Accounts" by saying
element.click();
It is giving me exception org.openqa.selenium.ElementNotVisibleException
Even though i am able to see the link in browser with scrolling the page.
But when i directly use
click("//div/a[span='Accounts']/span")
It works. Dont know what is going wrong with first statement. Any help please?
List linkElements = driverProvider.get().findElements(By.tagName("a"));
Out of this list i click on a link having text "Accounts" by saying
element.click();
It is giving me exception org.openqa.selenium.ElementNotVisibleException
Even though i am able to see the link in browser with scrolling the page.
But when i directly use
click("//div/a[span='Accounts']/span")
It works. Dont know what is going wrong with first statement. Any help please?
- Query - web driver element click is not working
- Need suggestion for multiple element click
- Find and click a span element value
- Select the “back” button of the Firefox browser to right click and Select the Option from the right click Menu in Selenium Web Driver - Java
- Not able to locate the element error on trying to click a link in menu
Permissions in this forum:
You cannot reply to topics in this forum