.. |
element
|
RSpec matchers filter block
|
2016-11-18 21:23:11 -08:00 |
frame
|
Implement Session#switch_to_frame API
|
2016-12-09 11:36:55 -08:00 |
window
|
improve test reliability when checking page title
|
2017-03-08 16:04:47 -08:00 |
accept_alert_spec.rb
|
fix warnings in tests
|
2016-11-21 11:53:59 -08:00 |
accept_confirm_spec.rb
|
generally prefer ruby 1.9 hash format
|
2016-10-04 11:10:29 -07:00 |
accept_prompt_spec.rb
|
Marionette issues with accept prompt fixed in selenium-webdriver 3.0.6+
|
2017-02-06 13:44:44 -08:00 |
all_spec.rb
|
generally prefer ruby 1.9 hash format
|
2016-10-04 11:10:29 -07:00 |
assert_all_of_selectors_spec.rb
|
Add assert_all_of_selectors and assert_none_of_selectors
|
2017-01-02 13:17:23 -08:00 |
assert_current_path.rb
|
Prevent path exceptions on a nil current_url
|
2017-01-13 14:22:15 -08:00 |
assert_selector.rb
|
generally prefer ruby 1.9 hash format
|
2016-10-04 11:10:29 -07:00 |
assert_text.rb
|
generally prefer ruby 1.9 hash format
|
2016-10-04 11:10:29 -07:00 |
assert_title.rb
|
generally prefer ruby 1.9 hash format
|
2016-10-04 11:10:29 -07:00 |
attach_file_spec.rb
|
reset the style after attaching file
|
2017-01-09 12:56:38 -08:00 |
body_spec.rb
|
frozen literal magic comment
|
2016-03-07 16:52:19 -08:00 |
check_spec.rb
|
test that label click doesnt wait for checkbox to become visible
|
2016-11-09 11:58:29 -08:00 |
choose_spec.rb
|
Define the return type for actions where not otherwise defined as the element being interacted with
|
2016-10-10 14:43:40 -07:00 |
click_button_spec.rb
|
generally prefer ruby 1.9 hash format
|
2016-10-04 11:10:29 -07:00 |
click_link_or_button_spec.rb
|
Test return with a link thats still valid after the click
|
2016-10-28 14:59:36 -07:00 |
click_link_spec.rb
|
Allow link selector to find links with no href attribute when href: nil option specified
|
2016-12-15 10:59:01 -08:00 |
current_scope_spec.rb
|
frozen literal magic comment
|
2016-03-07 16:52:19 -08:00 |
current_url_spec.rb
|
Prevent path exceptions on a nil current_url
|
2017-01-13 14:22:15 -08:00 |
dismiss_confirm_spec.rb
|
generally prefer ruby 1.9 hash format
|
2016-10-04 11:10:29 -07:00 |
dismiss_prompt_spec.rb
|
generally prefer ruby 1.9 hash format
|
2016-10-04 11:10:29 -07:00 |
evaluate_script_spec.rb
|
support elements in evaluate_script result structures
|
2017-02-01 13:36:51 -08:00 |
execute_script_spec.rb
|
Add an option for attach_file to allow modifying the elements style since they are so often hidden on the page
|
2016-12-30 12:33:57 -08:00 |
fill_in_spec.rb
|
Add support for fieldset disabled attribute to rack-test driver
|
2016-12-29 15:49:36 -08:00 |
find_button_spec.rb
|
generally prefer ruby 1.9 hash format
|
2016-10-04 11:10:29 -07:00 |
find_by_id_spec.rb
|
generally prefer ruby 1.9 hash format
|
2016-10-04 11:10:29 -07:00 |
find_field_spec.rb
|
optgroups don't nest
|
2017-01-02 10:47:32 -08:00 |
find_link_spec.rb
|
generally prefer ruby 1.9 hash format
|
2016-10-04 11:10:29 -07:00 |
find_spec.rb
|
Fix name of one selector spec
|
2017-01-03 11:45:23 +03:00 |
first_spec.rb
|
test for unused parameter warning
|
2016-12-05 08:25:51 -08:00 |
go_back_spec.rb
|
generally prefer ruby 1.9 hash format
|
2016-10-04 11:10:29 -07:00 |
go_forward_spec.rb
|
generally prefer ruby 1.9 hash format
|
2016-10-04 11:10:29 -07:00 |
has_button_spec.rb
|
generally prefer ruby 1.9 hash format
|
2016-10-04 11:10:29 -07:00 |
has_css_spec.rb
|
generally prefer ruby 1.9 hash format
|
2016-10-04 11:10:29 -07:00 |
has_current_path_spec.rb
|
Prevent path exceptions on a nil current_url
|
2017-01-13 14:22:15 -08:00 |
has_field_spec.rb
|
generally prefer ruby 1.9 hash format
|
2016-10-04 11:10:29 -07:00 |
has_link_spec.rb
|
generally prefer ruby 1.9 hash format
|
2016-10-04 11:10:29 -07:00 |
has_select_spec.rb
|
generally prefer ruby 1.9 hash format
|
2016-10-04 11:10:29 -07:00 |
has_selector_spec.rb
|
Support easier full text matching
|
2016-12-23 12:28:25 -08:00 |
has_table_spec.rb
|
frozen literal magic comment
|
2016-03-07 16:52:19 -08:00 |
has_text_spec.rb
|
Support easier full text matching
|
2016-12-23 12:28:25 -08:00 |
has_title_spec.rb
|
Support easier full text matching
|
2016-12-23 12:28:25 -08:00 |
has_xpath_spec.rb
|
generally prefer ruby 1.9 hash format
|
2016-10-04 11:10:29 -07:00 |
headers.rb
|
generally prefer ruby 1.9 hash format
|
2016-10-04 11:10:29 -07:00 |
html_spec.rb
|
generally prefer ruby 1.9 hash format
|
2016-10-04 11:10:29 -07:00 |
node_spec.rb
|
clicking on a link with blank href should go to the current url
|
2017-03-23 17:26:13 -07:00 |
reset_session_spec.rb
|
generally prefer ruby 1.9 hash format
|
2016-10-04 11:10:29 -07:00 |
response_code.rb
|
generally prefer ruby 1.9 hash format
|
2016-10-04 11:10:29 -07:00 |
save_and_open_page_spec.rb
|
frozen literal magic comment
|
2016-03-07 16:52:19 -08:00 |
save_and_open_screenshot_spec.rb
|
generally prefer ruby 1.9 hash format
|
2016-10-04 11:10:29 -07:00 |
save_page_spec.rb
|
Deprecate save_and_open_page_path in favor of save_path
|
2016-04-05 09:53:03 -07:00 |
save_screenshot_spec.rb
|
Deprecate save_and_open_page_path in favor of save_path
|
2016-04-05 09:53:03 -07:00 |
screenshot_spec.rb
|
generally prefer ruby 1.9 hash format
|
2016-10-04 11:10:29 -07:00 |
select_spec.rb
|
generally prefer ruby 1.9 hash format
|
2016-10-04 11:10:29 -07:00 |
selectors_spec.rb
|
implement :label built-in selector partially via expression filter
|
2016-09-28 11:49:08 -07:00 |
source_spec.rb
|
Make source a true alias of html, closes #871
|
2012-11-20 14:24:39 +01:00 |
text_spec.rb
|
fix warnings in tests
|
2016-11-21 11:53:59 -08:00 |
title_spec.rb
|
frozen literal magic comment
|
2016-03-07 16:52:19 -08:00 |
uncheck_spec.rb
|
generally prefer ruby 1.9 hash format
|
2016-10-04 11:10:29 -07:00 |
unselect_spec.rb
|
generally prefer ruby 1.9 hash format
|
2016-10-04 11:10:29 -07:00 |
visit_spec.rb
|
generally prefer ruby 1.9 hash format
|
2016-10-04 11:10:29 -07:00 |
within_spec.rb
|
Add Session#within_element alias of Session#within
|
2017-01-18 08:51:53 -08:00 |