Commit Graph

24 Commits

Author SHA1 Message Date
Thomas Walpole 2528d335d4 code style updates 2022-07-09 11:20:40 -07:00
Thomas Walpole 4a380967fd Support beginless ranges 2020-01-25 17:47:05 -08:00
Thomas Walpole e1d01e4761 Improve error message 2019-03-26 10:55:37 -07:00
Thomas Walpole 148c825ff9 Change from using `marionette` to `firefox` 2018-11-18 16:32:49 -08:00
Thomas Walpole 4e0fb16eb4 Support Ruby 2.6 endless range in query :between option 2018-11-16 13:02:31 -08:00
Thomas Walpole f6b2f3adf0 Code cleanup and enable line length cop 2018-11-03 13:03:48 -07:00
Thomas Walpole 1054005906 Add empty line after guard claues 2018-09-24 09:43:46 -07:00
Thomas Walpole 2f8f15e11e minor cleanup/improve some variable names 2018-08-21 10:21:24 -07:00
Thomas Walpole e320f5d7fc style updates 2018-07-16 15:04:52 -07:00
Thomas Walpole daa6a4c7da Support XPath:Expression for built-in id and class filters when using XPath based selectors
Replace Regexp named filters with a :matcher option for filters
2018-05-29 17:08:24 -07:00
Thomas Walpole 522a94a3c4 Allow filter names to be Regexp and add :element selector type 2018-05-29 17:03:39 -07:00
Thomas Walpole baabfa5d67 Require minimum of Ruby 2.3.0 2018-05-14 13:17:06 -07:00
Thomas Walpole f2a431931f wait: nil should mean use default, not 0 2018-03-14 13:16:49 -07:00
Thomas Walpole dfaf958ea7 more code cleanup 2018-01-15 14:02:20 -08:00
Thomas Walpole 24eb7a0702 rubocop driven style cleanup 2018-01-09 16:01:47 -08:00
Thomas Walpole e68051f6ac Rubocop driven cleanup 2018-01-08 14:39:56 -08:00
Thomas Walpole 8f5f55af89 Fix Ruby warnings during tests 2017-05-31 17:52:11 -07:00
Thomas Walpole 0270b7a4cf Per-session config and thread specific current_driver/session_name 2017-04-27 13:37:04 -07:00
Thomas Walpole 5033eca9fc move helpers to BaseQuery 2016-08-31 12:04:22 -07:00
Thomas Walpole e0ce02554e minor code cleanup 2016-08-31 11:14:01 -07:00
Thomas Walpole f13a276f58 don't create a query object just to get wait_time 2016-08-30 10:18:06 -07:00
Thomas Walpole 07e7777425 frozen literal magic comment 2016-03-07 16:52:19 -08:00
Thomas Walpole 5b6d65feae rename default_wait_time to default_max_wait_time - Issue #1442 2015-04-23 10:18:16 -07:00
Andrey Botalov 06c4955e56 Use diffferent queries for searching
* Add assert_text, assert_no_text, assert_title, assert_no_title
* Refactor query resolving
* Improve failure messages for have_text, have_title RSpec matchers (they will be the same as for added assert_* methods)
* Add Simple#inspect
2014-07-01 23:13:45 +03:00