Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 689 by truongkimminh: RobotSelenium library vs SeleniumIDE FF
plugin ?
http://code.google.com/p/robotframework/issues/detail?id=689
I have 1 action:
- Click Delete link
- Display a popup (using div tag, i don't know it is ajax or not or popup
window) and press Ok to delete the item.
When I use selenium IDE pluggin of FF to record this action. It works.
But I use RIDE, with the same action like that, it don't find that object.
As I use Firebug to view, the that div tag is invisible when user not click
on Delete link, and that div tag only visible when user click on Delete
link.
Is there any solution to help me with this ?
Thanks