Firefox webdriver finds the element using the code
WebElement element =
wait.until(ExpectedConditions.elementToBeClickable(By.partialLinkText("Add
Resource")));
element.click();
i think the element is clicked but the response is not coming. Meaning the
span button is not got clicked properly. It may be clicked out side the
"clickable space". There are some span tags present inside the "a" tag. How
to make it to click?
HTML Source :
<a title="Add Resource" href="javascript:invokeAction('AddResourceMenu',
'ResourceView',null)">
<span class="hmleft_btn"></span><span class="hmmiddle_btn">
<span class="null"></span>
Add Resource
</span><span class="hmright_btn"></span>
</a>
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/0479efd9-ee6a-4d81-b0b3-8faf206738d2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.