WebDriverRunner¶
Some browser management methods and conditions:
js_returned_true(script_to_return_bool)- checks whether a script returns ‘true’title(exact_value)- checks whether an actual title matches the expected titletitle_containing(partial_value)- checks whether an actual title contains the expected titleurl(exact_value)- checks whether an actual url matches the expected urlurl_containing(partial_value)- checks whether an actual url contains the expected part of urlset_driver(webdriver)- tells Selene to use driver created by the user