Search results

Jump to: navigation, search
  • # <code>browser.wait</code> does the same as find, but then it waits until it's successful to fi # <code>browser.find_all</code> finds all elements matching the specifications passed to it.
    19 KB (2,637 words) - 10:06, 7 June 2017
  • ! [[Lapis_Lazuli:browser.wait()|browser.wait()]] | Return all results matching 1 selector or wait until at least 1 became present
    2 KB (293 words) - 14:03, 30 August 2016
  • <categorytree mode=all depth=1>Web_Test_Automation_Tutorial</categorytree> sidebar = browser.wait(:like => [:div, :id, 'mw-panel'])
    4 KB (568 words) - 13:44, 20 February 2018
  • # All the options are the same, except: :pick => nil, # When :pick is nil, all found elements will be returned in an array
    3 KB (395 words) - 10:36, 1 June 2017
  • ...he find module. In particular, it exposes corresponding wait functions for all existing find functions, e.g. wait_all, multi_wait, etc. browser.wait(:timeout => 5, :text => "Hello World")
    1 KB (244 words) - 10:12, 28 July 2016
  • Lapis Lazuli is a layer on top of Watir Webdriver, so it has all the functions Watir has, and more! browser.wait(:div => {:class => 'login_field'}
    7 KB (1,025 words) - 17:59, 8 March 2021
  • <categorytree mode=all depth=1>Web_Test_Automation_Tutorial</categorytree> # Will run all scenario's in the Example feature, except for the first one.
    6 KB (1,072 words) - 17:45, 8 March 2021