Skip to content

Instantly share code, notes, and snippets.

@jakubpawlowicz
Created June 7, 2010 15:32
Show Gist options
  • Save jakubpawlowicz/428805 to your computer and use it in GitHub Desktop.
Save jakubpawlowicz/428805 to your computer and use it in GitHub Desktop.
RSelenese helper for asserting xpath count
def wait_for_xpath_count(xpath, expected)
command 'waitForXpathCount', xpath, expected
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment