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

28 commits

Author SHA1 Message Date
Thomas Walpole
1899120224 Selenium: Raise clear error when trying to get visible text on a shadow root 2022-10-17 17:33:24 -07:00
Thomas Walpole
2528d335d4 code style updates 2022-07-09 11:20:40 -07:00
Thomas Walpole
4a94418113 Rubocop driven style updates 2021-07-24 19:53:46 -07:00
Thomas Walpole
ea6486b328 Emulate click on file input when attaching file using Selenium with Chrome and Firefox 2019-08-17 14:51:57 -07:00
Thomas Walpole
cc34066f4f Add default file detector when attaching files using selenium with a remote driver 2019-08-01 17:45:54 -07:00
Thomas Walpole
7a410b5256 Add smaller isDisplayed and getAttribute atoms 2019-05-14 14:11:45 -07:00
Thomas Walpole
3819078c82 Workaround Chrome 75 appending files to file inputs
Use the same fix for Firefox since it prevents the extra change event
2019-05-03 11:41:33 -07:00
Thomas Walpole
d60a0ee010 Cleanup JS and pend test on firefox remote 2019-03-06 11:05:43 -08:00
Thomas Walpole
12c0651548 Stop skipping window tests and pend #maximize tests for headless Chrome 2018-11-26 13:09:24 -08:00
Thomas Walpole
148c825ff9 Change from using marionette to firefox 2018-11-18 16:32:49 -08:00
Thomas Walpole
219094a699 Skip flaky FF test that was set to pending 2018-11-12 10:48:35 -08:00
Thomas Walpole
9a69cedb49 Swap to using :options for remote driver config 2018-11-06 18:56:29 -08:00
Thomas Walpole
fd6b247f64 allow expected test failure 2018-10-28 15:15:45 -07:00
Thomas Walpole
318f595ca4 test for removal of all cookies in all drivers 2018-10-02 14:26:31 -07:00
Thomas Walpole
7f4b960115 Skip instead of pend test that leaves remote firefox in unstable state 2018-09-19 14:54:51 -07:00
Thomas Walpole
5f9c272909 fix pendings for FF remote tests 2018-09-06 08:54:41 -07:00
Thomas Walpole
77f764c055 FF 63 fixes prompt response issue 2018-08-31 13:33:42 -07:00
Thomas Walpole
6472e2eccd Document marionette/geckodriver bug that causes test failure - https://github.com/mozilla/geckodriver/issues/1360\#issuecomment-416264288 - https://bugzilla.mozilla.org/show_bug.cgi\?id\=1486485 2018-08-27 11:55:06 -07:00
Thomas Walpole
34d51979b2 remove unused methods and move selenium test browser detection to selenium specs 2018-08-24 12:46:54 -07:00
Thomas Walpole
92a67feff2 Workaround Firefox asking if sure to repost when calling refresh 2018-08-14 20:21:01 -07:00
Thomas Walpole
3e5f82bb23 Workaround geckodriver/firefox deficient send_keys implementation as much as possible 2018-08-02 13:35:21 -07:00
Thomas Walpole
7fc5d6ca14 Firefox 62 has support for multiple file uploads in one send_keys call 2018-07-24 17:41:58 -07:00
Thomas Walpole
e320f5d7fc style updates 2018-07-16 15:04:52 -07:00
Thomas Walpole
44265e8128 move driver specific skipping/pending out of shared specs 2018-07-05 14:18:42 -07:00
Thomas Walpole
3ecc48b93d Move waiting for Selenium docker instances into ruby code 2018-06-29 10:57:45 -07:00
Thomas Walpole
92d3eea959 Work around selenium lack of file_detector support with firefox/geckodriver 2018-06-26 11:16:41 -07:00
Thomas Walpole
1b547439ca Use file_detector for remote tests 2018-06-26 11:16:29 -07:00
Thomas Walpole
7805423ce2 Run remote testing with firefox too 2018-06-26 11:14:14 -07:00