1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00
Commit graph

22 commits

Author SHA1 Message Date
Thomas Walpole
614274b1a5 Drop dupport for EOL'd Ruby 2.6 2022-04-30 10:26:55 -07:00
Thomas Walpole
b617433e2d
Merge pull request #2411 from artfuldodger/typos
Fix various comment typos
2020-10-15 11:34:15 -07:00
Jon Evans
05a1398123 Window#raise_unless_current is no longer used 2020-10-14 13:20:06 -06:00
Jon Evans
193097bf0f Fix various comment typos 2020-10-14 13:19:43 -06:00
Thomas Walpole
320ee96bb8 Minor rubocop changes [ci skip] 2019-05-30 15:07:27 -07:00
Masafumi Koba
bc60be5478
Improve Capybara::Window API doc
- Fix invalid indentations.
- Change plain-text references to links as possible.

See the latest doc: <https://www.rubydoc.info/gems/capybara/3.21.0/Capybara/Window>

[skip ci]
2019-05-27 09:45:22 +09:00
Thomas Walpole
32297d027c Update to rubocop 0.68 2019-04-29 11:11:01 -07:00
Thomas Walpole
0873c9052d Update standard rescued variable names 2019-04-04 17:42:10 -07:00
Thomas Walpole
b276b27a8f Cleanup and timing changes 2019-01-15 11:35:08 -08:00
Thomas Walpole
5dabc1e212 cleanup timer usage 2018-09-05 15:51:00 -07:00
Thomas Walpole
7b4f8ffb15 Add Window#fullscreen and support in Selenium driver 2018-06-21 11:36:45 -07:00
Thomas Walpole
952d373026 Cleanup some rubocop style warnings 2018-05-14 16:06:53 -07: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
c405ce5dc6 raise error if window size isn't stable within wait time 2018-01-03 09:04:12 -08:00
Thomas Walpole
0270b7a4cf Per-session config and thread specific current_driver/session_name 2017-04-27 13:37:04 -07:00
Koichi ITO
83133e201d Integer Unification for Ruby 2.4.0+ 2016-12-17 00:03:53 +09:00
Thomas Walpole
b8bd553a7d wait for window size changes to stabilize 2016-10-31 09:54:25 -07:00
Thomas Walpole
07e7777425 frozen literal magic comment 2016-03-07 16:52:19 -08:00
Andrey Botalov
5096e90d6a Resize/get size/close should work for non-current window 2014-05-28 10:26:59 +03:00
Andrey Botalov
397be95d09 Add maximize window 2014-05-26 22:25:36 +03:00
Andrey Botalov
adda9b0acd New API for working with windows (switching/finding/closing/opening/etc.) 2014-05-26 22:25:36 +03:00