I tried selenium.
getAttribute("//ul[@id='zsTUL']/li[4]/div/@class")
This works fine in firefox,but in IE it is not working. When I check for isElementPresent it says yes,but getAttribute fails.
|
I tried selenium.
This works fine in firefox,but in IE it is not working. When I check for |
||||
|
|
|
Should it not be (note there's no "/" before "@class")?
Moreover, as per this link, you should use "className" instead of "class" if you are using IE. |
|||
|
|