1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00
teamcapybara--capybara/spec
Sean Doyle 8c4bffda86
Declare Session#send_keys (#2422)
When covering hotkeys and tab-navigation with test coverage, sending
keys via particular elements (via `Node#send_keys`) can be tedious.

As an alternative, invoke `Session#send_keys` to delegate to the element
with current focus.

In Rack Test environments, `Session#send_keys` raises an error.
2020-11-16 17:26:59 -08:00
..
fixtures fix test 2020-07-05 14:55:59 -07:00
rspec Rubocop 1.x was released - use it 2020-10-31 10:39:21 -07:00
basic_node_spec.rb Add Capybara::RSpecMatchers to some tests that should include it 2020-07-05 14:54:09 -07:00
capybara_spec.rb Get control of driver/server registrations 2020-05-30 16:29:23 -07:00
css_builder_spec.rb Remove unnecessary instance variables from specs 2019-02-26 09:48:09 -08:00
css_splitter_spec.rb style updates 2018-07-16 15:04:52 -07:00
dsl_spec.rb Detect shadow dom elements when calling path 2020-10-10 15:10:56 -07:00
filter_set_spec.rb Use described_class in specs 2019-07-15 14:49:21 -07:00
minitest_spec.rb Support filter block with current_path assertions and expectations 2020-10-05 22:59:25 -07:00
minitest_spec_spec.rb Fix Minitest 6 warnings 2019-10-20 20:24:48 -07:00
per_session_config_spec.rb style updates 2018-07-16 15:04:52 -07:00
rack_test_spec.rb Declare Session#send_keys (#2422) 2020-11-16 17:26:59 -08:00
regexp_dissassembler_spec.rb rubocop update 2020-02-19 19:13:08 -08:00
result_spec.rb Stop using lazy enumeration with any version of JRuby 2020-05-15 17:35:56 -07:00
rspec_matchers_spec.rb style updates 2018-07-16 15:04:52 -07:00
rspec_spec.rb Style updates 2020-09-05 12:24:43 -07:00
sauce_spec_chrome.rb Add smaller isDisplayed and getAttribute atoms 2019-05-14 14:11:45 -07:00
selector_spec.rb Add Capybara::RSpecMatchers to some tests that should include it 2020-07-05 14:54:09 -07:00
selenium_spec_chrome.rb chromedriver fixed issue 2020-05-04 09:01:55 -07:00
selenium_spec_chrome_remote.rb Add click delay support for legacy (non-w3c) selenium 2020-03-29 11:50:48 -07:00
selenium_spec_edge.rb EdgeChrome can't click on file inputs 2019-08-02 10:56:09 -07:00
selenium_spec_firefox.rb Skip accept_confirm nested modal test in FF 2019-12-22 09:37:42 -08:00
selenium_spec_firefox_remote.rb Emulate click on file input when attaching file using Selenium with Chrome and Firefox 2019-08-17 14:51:57 -07:00
selenium_spec_ie.rb Add default file detector when attaching files using selenium with a remote driver 2019-08-01 17:45:54 -07:00
selenium_spec_safari.rb Simulate file/external data drop in chrome and firefox and move HTML5 drag/drop tests into shared tests 2019-05-17 16:05:41 -07:00
server_spec.rb Remove extraneous focus_ 2020-10-31 11:40:01 -07:00
session_spec.rb Fix Rubocop Issues 2019-10-15 17:40:27 -07:00
shared_selenium_node.rb Respect maxlength when doing rapid set 2020-04-02 18:05:25 -07:00
shared_selenium_session.rb Declare Session#send_keys (#2422) 2020-11-16 17:26:59 -08:00
spec_helper.rb Update for rubocop 0.84 2020-05-23 12:04:39 -07:00
xpath_builder_spec.rb Remove unnecessary instance variables from specs 2019-02-26 09:48:09 -08:00