Dashboard > Selenium > ... > Contributed User-Extensions > waitAndActions
Selenium Log In View a printable version of the current page.
waitAndActions
Added by Fabien COAT, last edited by Fabien COAT on Dec 12, 2007
Labels: 
(None)

Description

This extension generates new actions waitAndBlahBlah (e.g. waitAndClick, waitAndSelect), which allow replacing the two commands 'waitForElementPresent' followed by 'BlahBlah' by a single command 'waitAndBlahBlah'.

It also provides a fix for SEL-510 (Function 'continueTestWhenConditionIsTrue' should behave the same way as 'resume' on command), and increases the retry interval for waitForCondition from 10ms to 500ms to avoid hammering the browser. This code is commented by default.

Example of use

In your scripts, replace:

waitForElementPresent id=myCombo  
select id=myCombo value=myValue

by:

waitAndSelect id=myCombo value=myValue

License

Public Domain

Download

waitAndActions

Site running on a free Atlassian Confluence Community License granted to OpenQA. Evaluate Confluence today.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.5.6 Build:#812 Aug 06, 2007) - Bug/feature request - Contact Administrators