Lapis Lazuli:Missing documentation

From Test Automation Wiki
Revision as of 16:57, 16 November 2016 by Gijsp (talk | contribs) (Created page with "This page will contain links and or idea's that should still be documented for lapis lazuli. - using a single find statement to look for either selector A or selector B brows...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This page will contain links and or idea's that should still be documented for lapis lazuli.

- using a single find statement to look for either selector A or selector B browser.multi_wait(

 {:like => [:a, :text, arg1]},
 {:like => [:a, :text, arg2]}

)

- How to select an element from a drop down menu

- How to debug using IRB irb require 'lapis_lazuli' include LapisLazuli browser :chrome browser.goto 'anus.com'