textarcana (owner)

Revisions

gist: 138805 Download_button fork
public
Public Clone URL: git://gist.github.com/138805.git
Embed All Files: show embed
wait_for.rb #
1
2
3
4
5
6
7
8
9
10
    @selenium.wait_for_element "//div[@id='newCustomersCopy']/ul/li[2]"
 
    @selenium.wait_for_condition "$('#blocker').css('display') == 'block'", 2
 
    # Note that, within wait_for_condition, I did NOT need to use
    # this.browserbot.getCurrentWindow().$() and instead I could
    # simply refer to $()