On Thu, Jun 5, 2014 at 1:51 AM, jagori samajdar <[email protected]> wrote: > > While trying to use certain methods like waiting on an element , > *wait_until_present*,am getting deprecation warnings. > > Can anyone guide me a bit on this as to if there are any latest docs > available for reference on net.Right now am referring to > * http://rubydoc.info/gems/watir-webdriver/frames > <http://rubydoc.info/gems/watir-webdriver/frames>* >
Deprecation warnings come from page-object gem. > Also I had certain doubts in the visual_editor_page.rb > > I could see some elements defined as below: > * a(:page_title, text: /Page title/)* > > Why are we putting the text between / / is this a regexp? > Yes. Željko -- 1: https://github.com/cheezy/page-object
_______________________________________________ QA mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/qa
