-
Notifications
You must be signed in to change notification settings - Fork 34
Actions Reference
Regex:
^(And )?I do not see [\"](?P<element_name>.+)[\"] (?P<element_type><element selector>)$Asserts that a specific element is not visible.
Regex:
^(And )?I see [\"](?P<element_name>[^"]+)[\"] (?P<element_type><element selector>) contains [\"](?P<text>.+)[\"]$No documentation for this action yet.
Regex:
^(And )?I see [\"](?P<element_name>[^"]+)[\"] (?P<element_type><element selector>) does not contain [\"](?P<text>.+)[\"]$No documentation for this action yet.
Regex:
^(And )?I click [\"](?P<element_name>[^"]+)[\"] (?P<element_type><element selector>)(?P<should_wait> and wait)?$Clicks on a specific element.
Regex:
^(And )?I see [\"](?P<element_name>[^"]+)[\"] (?P<element_type><element selector>) is disabled$Asserts that a specific element is disabled.
Regex:
^(And )?I see [\"](?P<element_name>[^"]+)[\"] (?P<element_type><element selector>) contains [\"](?P<markup>.+)[\"] markup$No documentation for this action yet.
Regex:
^(And )?I see [\"](?P<element_name>.+)[\"] (?P<element_type><element selector>) does not have [\"](?P<style_name>.+)[\"] style$Ensure that a specific element does not contain some style.
Regex:
^(And )?I see [\"](?P<element_name>[^"]+)[\"] (?P<element_type><element selector>) does not match [\"](?P<text>.+)[\"]$No documentation for this action yet.
Regex:
^(And )?I mouseout [\"](?P<element_name>[^"]+)[\"] (?P<element_type><element selector>)$No documentation for this action yet.
Regex:
^(And )?I see [\"](?P<element_name>[^"]+)[\"] (?P<element_type><element selector>) matches [\"](?P<text>.+)[\"]$No documentation for this action yet.
Regex:
^(And )?I see [\"](?P<element_name>.+)[\"] (?P<element_type><element selector>)$Asserts that a specific element is visible.
Regex:
^(And )?I see [\"](?P<element_name>.+)[\"] (?P<element_type><element selector>) has [\"](?P<style_name>.+)[\"] style$Ensure that a specific element contains some style.
Regex:
^(And )?I see [\"](?P<element_name>[^"]+)[\"] (?P<element_type><element selector>) matches [\"](?P<markup>.+)[\"] markup$No documentation for this action yet.
Regex:
^(And )?I mouseover [\"](?P<element_name>[^"]+)[\"] (?P<element_type><element selector>)$No documentation for this action yet.
Regex:
^(And )?I see [\"](?P<element_name>[^"]+)[\"] (?P<element_type><element selector>) does not contain [\"](?P<markup>.+)[\"] markup$No documentation for this action yet.
Regex:
^(And )?I see [\"](?P<element_name>[^"]+)[\"] (?P<element_type><element selector>) does not match [\"](?P<markup>.+)[\"] markup$No documentation for this action yet.
Regex:
^(And )?I wait for [\"](?P<element_name>[^"]+)[\"] (?P<element_type><element selector>) to disappear( for (?P<timeout>\d+) seconds)?$Waits until a given element disappears (or is not visible already) or times out.
Regex:
^(And )?I see [\"](?P<element_name>[^"]+)[\"] (?P<element_type><element selector>) is enabled$Asserts that a specific element is enabled.
Regex:
^(And )?I wait for [\"](?P<element_name>[^"]+)[\"] (?P<element_type><element selector>) to be present( for (?P<timeout>\d+) seconds)?$Waits until a given element appears or times out.
I drag the “from_element_name” [from_element_type|element selector] to the “to_element_name” [to_element_type|element selector]
Regex:
^(And )?I drag the [\"](?P<from_element_name>.+)[\"] (?P<from_element_type><element selector>) to the [\"](?P<to_element_name>.+)[\"] (?P<to_element_type><element selector>)?$No documentation for this action yet.
Regex:
^(And )?I see the [\"](?P<checkbox_key>.+)[\"] checkbox is not checked$No documentation for this action yet.
Regex:
^(And )?I uncheck the [\"](?P<checkbox_key>.+)[\"] checkbox$No documentation for this action yet.
Regex:
^(And )?I see the [\"](?P<checkbox_key>.+)[\"] checkbox is checked$No documentation for this action yet.
Regex:
^(And )?I check the [\"](?P<checkbox_key>.+)[\"] checkbox$Test docstring.
Regex:
^(And )?I see [\"](?P<select_name>.+)[\"] select has selected text of [\"](?P<text>.+)[\"]$No documentation for this action yet.
Regex:
^(And )?I see [\"](?P<select_name>.+)[\"] select does not contain an option with text [\"](?P<text>.+)[\"]$No documentation for this action yet.
Regex:
^(And )?I see [\"](?P<select_name>.+)[\"] select contains an option with text [\"](?P<text>.+)[\"]$No documentation for this action yet.
Regex:
^(And )?I select the option with text of [\"](?P<text>.+)[\"] in [\"](?P<select_name>.+)[\"] select$No documentation for this action yet.
Regex:
^(And )?I see [\"](?P<select_name>.+)[\"] select does not have selected index of (?P<index>\d+)$No documentation for this action yet.
Regex:
^(And )?I see [\"](?P<select_name>.+)[\"] select has selected value of [\"](?P<option_value>.+)[\"]$No documentation for this action yet.
Regex:
^(And )?I select the option with value of [\"](?P<option_value>.+)[\"] in [\"](?P<select_name>.+)[\"] select$No documentation for this action yet.
Regex:
^(And )?I see [\"](?P<select_name>.+)[\"] select does not have selected text of [\"](?P<text>.+)[\"]$No documentation for this action yet.
Regex:
^(And )?I select the option with index of (?P<index>\d+) in [\"](?P<select_name>.+)[\"] select$No documentation for this action yet.
Regex:
^(And )?I see [\"](?P<select_name>.+)[\"] select has selected index of (?P<index>\d+)$No documentation for this action yet.
Regex:
^(And )?I see [\"](?P<select_name>.+)[\"] select does not have selected value of [\"](?P<value>.+)[\"]$No documentation for this action yet.
Regex:
^(And )?I see the [\"](?P<radio_key>.+)[\"] radio is checked$No documentation for this action yet.
Regex:
^(And )?I see the [\"](?P<radio_key>.+)[\"] radio is not checked$No documentation for this action yet.
Regex:
^(And )?I check the [\"](?P<radio_key>.+)[\"] radio$No documentation for this action yet.
Regex:
^(And )?I see [\"](?P<image_name>.+)[\"] image has src of [\"](?P<src>.+)[\"]$No documentation for this action yet.
Regex:
^(And )?I see [\"](?P<image_name>.+)[\"] image does not have src of [\"](?P<src>.+)[\"]$No documentation for this action yet.
Regex:
^(And )?I slowly fill [\"](?P<textbox_name>.+)[\"] textbox with [\"](?P<text>.+)[\"]$No documentation for this action yet.
Regex:
^(And )?I see [\"](?P<textbox_name>.+)[\"] textbox is empty$No documentation for this action yet.
Regex:
^(And )?I clean [\"](?P<textbox_name>.+)[\"] textbox$No documentation for this action yet.
Regex:
^(And )?I fill [\"](?P<textbox_name>.+)[\"] textbox with [\"](?P<text>.+)[\"]$No documentation for this action yet.
Regex:
^(And )?I see [\"](?P<textbox_name>.+)[\"] textbox is not empty$No documentation for this action yet.
Regex:
^(And )?I see [\"](?P<link_name>.+)[\"] link has [\"](?P<href>.+)[\"] href$No documentation for this action yet.
Regex:
^(And )?I go to (?P<url>[\"]([\w:/._-]+)[\"]|([\w\s_.-]+))$Navigates to a page or url.
Regex:
^(And )?I see that current page does not contain [\"\'](?P<expected_markup>.+)[\'\"]$No documentation for this action yet.
Regex:
^(And )?I am in the (?P<url>[\"]([\w:/._-]+)[\"]|([\w\s_.-]+))$Changes the current page without actually navigating to it.
Regex:
^(And )?I wait for the page to load( for (?P<timeout>\d+) seconds)?$No documentation for this action yet.
Regex:
^(And )?I see [\"](?P<title>.+)[\"] title$No documentation for this action yet.
Regex:
^(And )?I wait for (?P<timeout>\d+([.]\d+)?) second[s]?$No documentation for this action yet.
Regex:
^(And )?I see that current page contains [\"\'](?P<expected_markup>.+)[\'\"]$No documentation for this action yet.