Open GoogleCodeExporter opened 8 years ago
Also, I am doing all this in Excel using VBA.
Original comment by contactn...@gmail.com
on 7 Feb 2014 at 8:19
[deleted comment]
Be aware that in you example, the attribute "unselectable" is "on", meaning you
shouldn't be able to select it even manually.
Moreover your XPath should be ending with a "ul" or "ol" tag as it looks to be
a list item.
I suggest you first to identify the right XPath to the ul or ol list.
You can also try to click the list element directly:
driver.findElementByXPath("//form[@id='frmTransfer']/div/span/span/span[2]/span/
/li[text()='Payments']").click
Original comment by florentbr
on 7 Feb 2014 at 9:16
Original comment by florentbr
on 8 Sep 2014 at 5:40
Original issue reported on code.google.com by
contactn...@gmail.com
on 7 Feb 2014 at 8:17