- mannojshukla
- Posts : 2
Join date : 2010-12-14
How to implement assertFoo commands in Selenium RC using Java
Tue Dec 14, 2010 1:05 am
I want to perform test script for popup window also. I have gone through with Selenium documentation where i found assertFoo,assertFooPresent, assertFooNotPresent etc commands to deal with popups but i did not find these coomands in selenium library, please let me know what should i do to control popup activities in selenium.
Re: How to implement assertFoo commands in Selenium RC using Java
Tue Dec 14, 2010 10:47 pm
Hi,
There is no such command present in library because it's a example that you can give your custom command name like that. if you create one command , selenium will automatically generate other command for you
for ex:
you create one command clickType single or double.
assertFoo = assertClickType
assertFooPresent = assertClickTypePresent
hope this will help you, best of luck.
bye
Permissions in this forum:
You cannot reply to topics in this forum