diff --git a/docs/test/actions.md b/docs/test/actions.md index c3c6f8367..9b125d7fc 100644 --- a/docs/test/actions.md +++ b/docs/test/actions.md @@ -30,21 +30,6 @@ The value format should met the following principles: * Should be in camelCase with lowercase first letter. * Should be the last attribute of an element. -### `skipReadiness` - -`skipReadiness` is an optional flag to skip the readiness check. - -Example test step with skipping the readiness check: - -```xml - -``` - -The flag: - -* cannot be used within action groups. - * Can be used on individual actions inside the action group. - ### `before` and `after` `before` and `after` are optional attributes that insert the action into the test while merging. The action will be executed before or after the one set in these attributes. The value here is the `stepKey` of reference action. @@ -205,7 +190,6 @@ See [acceptPopup docs on codeception.com](http://codeception.com/docs/modules/We Attribute|Type|Use|Description ---|---|---|--- `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -226,7 +210,6 @@ Attribute|Type|Use|Description ---|---|---|--- `url`|string|optional| A path to the page relative to the `MAGENTO_BASE_URL`. `stepKey`|string|required|A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -247,7 +230,6 @@ Attribute|Type|Use|Description ---|---|---|--- `url`|string|optional| The name of the subdomain. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -272,7 +254,6 @@ Attribute|Type|Use|Description ---|---|---|--- `url`|string|optional| The absolute URL to be used in subsequent steps. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -292,7 +273,6 @@ Attribute|Type|Use|Description `selector`|string|optional| The selector used to identify the form field. `userInput`|string|optional| Value to append to the form field. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -312,7 +292,6 @@ Attribute|Type|Use|Description `selector`|string|optional|The selector identifying the corresponding HTML element (``). `userInput`|string|optional|The name of attaching file. The file must be placed in the `tests/_data` directory. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -330,7 +309,6 @@ See [cancelPopup docs on codeception.com](http://codeception.com/docs/modules/We Attribute|Type|Use|Description ---|---|---|--- `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -349,7 +327,6 @@ Attribute|Type|Use|Description ---|---|---|--- `selector`|string|optional| The selector identifying the corresponding HTML element. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -369,7 +346,6 @@ Attribute|Type|Use|Description ---|---|---|--- `selector`|string|required| The selector identifying the corresponding HTML element to be cleared. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -390,7 +366,6 @@ Attribute|Type|Use|Description `selectorArray`|string|optional| Selects an element as a key value array. See [strict locator](http://codeception.com/docs/modules/WebDriver#locating-elements). `userInput`|string|optional| Data to be sent with the click. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -417,7 +392,6 @@ Attribute|Type|Use|Description `x`|string|optional| The x-axis value in pixels for the click location. `y`|string|optional| The y-axis value in pixels for the click location. `stepKey`|string|required|A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -449,7 +423,6 @@ Attribute|Type|Use|Description `x`|string|optional| The x-axis value in pixels for the click location. `y`|string|optional| The y-axis value in pixels for the click location. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -477,7 +450,6 @@ Remove from the DOM all elements with the CSS classes `.modal-popup` or `.modals Attribute|Type|Use|Description ---|---|---|--- `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -495,7 +467,6 @@ See [closeTab docs on codeception.com](http://codeception.com/docs/modules/WebDr Attribute|Type|Use|Description ---|---|---|--- `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -516,7 +487,6 @@ Attribute|Type|Use|Description ---|---|---|--- `userInput`|string|required| PHP comment that will be written in generated test file. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -536,7 +506,6 @@ Attribute|Type|Use|Description `dependentSelector`|string|optional| The selector of the HTML element whose visibility is checked for to activate the click. `visible`|boolean|optional| Determines whether the conditional click is activated by the element being visible or hidden. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -557,7 +526,6 @@ Attribute|Type|Use|Description `entity`|string|required| Type of entity to be created. `storeCode`|string|optional| ID of the store within which the data is created. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -590,7 +558,6 @@ Attribute|Type|Use|Description ---|---|---|--- `createDataKey`|string|required| Name of the required entity. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -623,7 +590,6 @@ Attribute|Type|Use|Description `url`|string|optional| REST API route to send a DELETE request. `storeCode`|string|optional| ID of the store from which to delete the data. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -662,7 +628,6 @@ Attribute|Type|Use|Description `selector`|string|optional| The selector identifying the corresponding HTML element. `selectorArray`|string|optional| Array of selectors to evaluate. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -681,7 +646,6 @@ Attribute|Type|Use|Description ---|---|---|--- `selector`|string|optional| The selector identifying the corresponding HTML element. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -701,7 +665,6 @@ Attribute|Type|Use|Description `userInput`|string|optional| Value for the form field. `parameterArray`|string|optional| Parameters to search for within the cookie. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -725,7 +688,6 @@ Attribute|Type|Use|Description ---|---|---|--- `url`|string|optional| URL to be compared with the current URL. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -744,7 +706,6 @@ Attribute|Type|Use|Description ---|---|---|--- `regex`|string|optional| Regular expression against the current URI. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -764,7 +725,6 @@ Attribute|Type|Use|Description `selector`|string|optional| The selector identifying the corresponding HTML element. `parameterArray`|string|optional| Parameters to search for within the selected element. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -784,7 +744,6 @@ Attribute|Type|Use|Description `selector`|string|optional| The selector identifying the corresponding HTML element. `parameterArray`|string|optional| Array of parameters to search for within the selector. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -803,7 +762,6 @@ Attribute|Type|Use|Description ---|---|---|--- `url`|string|optional| String to search for within the current URL. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -824,7 +782,6 @@ Attribute|Type|Use|Description `selectorArray`|string|optional| Array of selectors to be searched. `userInput`|string|optional| Value for the form field. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -844,7 +801,6 @@ Attribute|Type|Use|Description `selector`|string|optional| The selector identifying the corresponding HTML element. `parameterArray`|string|optional| Array of name/value pairs of the form fields to check against. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -863,7 +819,6 @@ Attribute|Type|Use|Description ---|---|---|--- `html`|string|required| HTML code to be searched for within the page source. The value must be entity-encoded. See example. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -882,7 +837,6 @@ Attribute|Type|Use|Description ---|---|---|--- `html`|string|required| HTML code to be searched for within the page source. The value must be entity-encoded. See example. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -903,7 +857,6 @@ Attribute|Type|Use|Description ---|---|---|--- `userInput`|string|optional| Value to be located in the page title. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -921,7 +874,6 @@ Ensure that the current page does not have JavaScript errors. Attribute|Type|Use|Description ---|---|---|--- `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -941,7 +893,6 @@ Attribute|Type|Use|Description `userInput`|string|optional| Text of the link field to search for. `url`|string|optional| Value of the href attribute to search for. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -966,7 +917,6 @@ Attribute|Type|Use|Description `selector`|string|optional| The selector identifying the corresponding select element. `userInput`|string|optional| Name of the option to look for. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -985,7 +935,6 @@ Attribute|Type|Use|Description ---|---|---|--- `selector`|string|optional| The selector identifying the corresponding HTML element. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -1007,7 +956,6 @@ Attribute|Type|Use|Description `x`|int|optional| X offset applied to drag-and-drop destination. `y`|int|optional| Y offset applied to drag-and-drop destination. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -1031,7 +979,6 @@ Attribute|Type|Use|Description ---|---|---|--- `function`|string|optional| Name of Selenium function to run. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -1050,7 +997,6 @@ Attribute|Type|Use|Description ---|---|---|--- `function`|string|optional| JavaScript to be executed. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -1074,7 +1020,6 @@ Attribute|Type|Use|Description `selectorArray`|string|optional| Array of name/value pairs with which to populate the form. `userInput`|string|optional| Value for the form field. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -1092,7 +1037,6 @@ Attribute|Type|Use|Description `userInput`|string|optional| Value for the money form field. `locale`|string|optional| The PHP locale value for the store. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -1106,7 +1050,6 @@ Attribute|Type|Use|Description `format`|string|required| Format in which to save the given date. Uses the same formatting as the PHP `date()` function. `timezone`|string|optional| Timezone to use when generating date, defaults to `America/Los_Angeles`. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -1128,7 +1071,6 @@ Attribute|Type|Use|Description `index`|integer|optional| The index in the returned data array. `entity`|string|required| Name of the entity from which to get the data. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -1154,7 +1096,6 @@ Attribute|Type|Use|Description `selector`|string|optional| The selector identifying the corresponding HTML element. `userInput`|string|optional| Name of tag attribute to grab. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -1175,7 +1116,6 @@ Attribute|Type|Use|Description `userInput`|string|optional| Name of the cookie to grab. `parameterArray`|string|optional| Array of cookie parameters to grab. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -1201,7 +1141,6 @@ Attribute|Type|Use|Description ---|---|---|--- `regex`|string|optional| Regular expression against the current URI. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -1222,7 +1161,6 @@ Attribute|Type|Use|Description `selector`|string|optional| The selector identifying the corresponding HTML element. `userInput`|string|optional| Name of the tag attribute to grab. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -1247,7 +1185,6 @@ See [grabPageSource docs on codeception.com](http://codeception.com/docs/modules Attribute|Type|Use|Description ---|---|---|--- `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -1267,7 +1204,6 @@ Attribute|Type|Use|Description ---|---|---|--- `selector`|string|optional| The selector identifying the corresponding HTML element. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -1288,7 +1224,6 @@ Attribute|Type|Use|Description `selector`|string|optional| The selector identifying the corresponding HTML element. `selectorArray`|string|optional| Array of selectors for the form fields to be selected. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -1308,7 +1243,6 @@ Attribute|Type|Use|Description ---|---|---|--- `userInput`|string|optional| Name of saved cookie. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -1329,7 +1263,6 @@ Attribute|Type|Use|Description `command`|string |optional| CLI command to be executed in Magento environment. `arguments`|string |optional| Unescaped arguments to be passed in with the CLI command. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -1348,7 +1281,6 @@ Attribute|Type|Use|Description ---|---|---|--- `userInput`|string|optional| Name of PNG file to be created. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -1371,7 +1303,6 @@ See [maximizeWindow docs on codeception.com](http://codeception.com/docs/modules Attribute|Type|Use|Description ---|---|---|--- `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -1389,7 +1320,6 @@ See [moveBack docs on codeception.com](http://codeception.com/docs/modules/WebDr Attribute|Type|Use|Description ---|---|---|--- `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -1407,7 +1337,6 @@ See [moveForward docs on codeception.com](http://codeception.com/docs/modules/We Attribute|Type|Use|Description ---|---|---|--- `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -1427,7 +1356,6 @@ Attribute|Type|Use|Description `x`|string|optional| Number of pixels on the x-axis to offset from the selected element. `y`|string|optional| Number of pixels on the y-axis to offset from the selected element. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -1450,7 +1378,6 @@ Attribute|Type|Use|Description `userInput`|string|optional| Value of the expected locale. `locale`|string|optional| Number of the locale value to be set. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -1459,7 +1386,6 @@ Attribute|Type|Use|Description Attribute|Type|Use|Description ---|---|---|--- `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -1470,7 +1396,6 @@ See [openNewTab docs on codeception.com](http://codeception.com/docs/modules/Web Attribute|Type|Use|Description ---|---|---|--- `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -1489,7 +1414,6 @@ Attribute|Type|Use|Description ---|---|---|--- `userInput`|string|optional| Float value to be parsed. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -1500,7 +1424,6 @@ See [pauseExecution docs on codeception.com](http://codeception.com/docs/modules Attribute|Type|Use|Description ---|---|---|--- `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -1520,7 +1443,6 @@ Attribute|Type|Use|Description `selector`|string|optional| The selector identifying the corresponding HTML element. `function`|string|optional| Function or actions to be taken on the selected element. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -1534,7 +1456,6 @@ Attribute|Type|Use|Description `userInput`|string|optional| Key to be pressed. `parameterArray`|string|optional| Array of keys to be pressed and functions to be run for the action. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -1560,7 +1481,6 @@ See [reloadPage docs on codeception.com](http://codeception.com/docs/modules/Web Attribute|Type|Use|Description ---|---|---|--- `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -1595,7 +1515,6 @@ Attribute|Type|Use|Description `userInput`|string|optional| Name of the cookie to be reset. `parameterArray`|string|optional| Array of key/values to get reset within the cookie. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -1620,7 +1539,6 @@ Attribute|Type|Use|Description `width`|string|optional| The new width of the window in pixels. `height`|string|optional| The new height of the window in pixels. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -1639,7 +1557,6 @@ Attribute|Type|Use|Description ---|---|---|--- `userInput`|string|optional| Name of snapshot where cookies are to be saved. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -1661,7 +1578,6 @@ Attribute|Type|Use|Description `x`|string|optional| x offset of the element to be scrolled to. `y`|string|optional| y offset of the element to be scrolled to. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -1684,7 +1600,6 @@ A convenience function that executes `window.scrollTo(0,0)` as JavaScript, thus Attribute|Type|Use|Description ---|---|---|--- `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -1706,7 +1621,6 @@ Attribute|Type|Use|Description `parameterArray`|array|required| Items to search and select in the selected drop-down menu. `requiredAction`|boolean|optional|Clicks **Done** after selections if `true`. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -1736,7 +1650,6 @@ Attribute|Type|Use|Description `selector`|string|optional| The selector identifying the corresponding HTML element to be searched for. `selectorArray`|string|optional| Array of selectors to be searched for. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -1755,7 +1668,6 @@ Attribute|Type|Use|Description ---|---|---|--- `selector`|string|optional| The selector identifying the corresponding HTML element. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -1775,7 +1687,6 @@ Attribute|Type|Use|Description `userInput`|string|optional| Name of the cookie to be searched for. `parameterArray`|string|optional| Cookie parameters to be searched for. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -1799,7 +1710,6 @@ Attribute|Type|Use|Description ---|---|---|--- `url`|string|optional| The full URL to be searched for. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -1818,7 +1728,6 @@ Attribute|Type|Use|Description ---|---|---|--- `regex`|string|optional| Regular expression against the current URI. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -1839,7 +1748,6 @@ Attribute|Type|Use|Description `selectorArray`|string|optional| Array of selectors to be searched for. `parameterArray`|string|optional| Array of parameters to be searched for within the selector. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -1859,7 +1767,6 @@ Attribute|Type|Use|Description `selector`|string|optional| The selector identifying the corresponding HTML element. `parameterArray`|string|optional| Array of parameters to be searched for within the selected element. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -1878,7 +1785,6 @@ Attribute|Type|Use|Description ---|---|---|--- `url`|string|optional| String to be searched for within the current URL. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -1899,7 +1805,6 @@ Attribute|Type|Use|Description `selectorArray`|string|optional| Array of selectors to be searched. `userInput`|string|optional| Value to be searched for within the selected form field. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -1919,7 +1824,6 @@ Attribute|Type|Use|Description `selector`|string|optional| The selector identifying the corresponding HTML element. `parameterArray`|string|optional| Array of parameters to be searched for within the selector. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -1938,7 +1842,6 @@ Attribute|Type|Use|Description ---|---|---|--- `html`|string|required| HTML code to be searched for within the page source. The value must be entity-encoded. See example. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -1959,7 +1862,6 @@ Attribute|Type|Use|Description ---|---|---|--- `userInput`|string|optional| String to be searched for within the popup. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -1978,7 +1880,6 @@ Attribute|Type|Use|Description ---|---|---|--- `html`|string|required| HTML code to be searched for within the page source. The value must be entity-encoded. See example. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -1999,7 +1900,6 @@ Attribute|Type|Use|Description ---|---|---|--- `userInput`|string|optional| String to be searched for within the current page title. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -2019,7 +1919,6 @@ Attribute|Type|Use|Description `userInput`|string|optional| String to be searched for within the text of the link. `url`|string|optional| Hyperlink to be searched. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -2045,7 +1944,6 @@ Attribute|Type|Use|Description `userInput`|string|optional| Number of instances of the specified selector to be found. `parameterArray`|string|optional| Array of parameters to be searched for within the selector. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -2070,7 +1968,6 @@ Attribute|Type|Use|Description `selector`|string|optional| The selector identifying the corresponding HTML element. `userInput`|string|optional| The name of the option that should be selected. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -2091,7 +1988,6 @@ Attribute|Type|Use|Description `userInput`|string|optional| The name of the option to be selected. `parameterArray`|string|optional| Array of options to be selected. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -2111,7 +2007,6 @@ Attribute|Type|Use|Description `filterSelector`|string|required| The selector for the text filter field. `optionSelector`|string|required| The selector used to select the corresponding options based on the filter field. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -2136,7 +2031,6 @@ Attribute|Type|Use|Description `parameterArray`|string|optional| Array of name/value pairs to be set within the cookie. `value`|string|optional| Value to be written to the cookie. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -2157,7 +2051,6 @@ Attribute|Type|Use|Description `parameterArray`|string|optional| An array of form field names and their corresponding values. `button`|string|optional| Selector for the form submit button. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -2177,7 +2070,6 @@ Attribute|Type|Use|Description `selector`|string|optional| The selector identifying the corresponding HTML element. `userInput`|string|optional| The name of the IFrame to set focus to. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -2196,7 +2088,6 @@ Attribute|Type|Use|Description ---|---|---|--- `userInput`|string|optional| Offset of the tab to open, usually a number. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -2220,7 +2111,6 @@ Attribute|Type|Use|Description ---|---|---|--- `userInput`|string|optional| Number of tabs to go back. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -2244,7 +2134,6 @@ Attribute|Type|Use|Description ---|---|---|--- `userInput`|string|optional| The name of new window to be opened. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -2263,7 +2152,6 @@ Attribute|Type|Use|Description ---|---|---|--- `userInput`|string|optional| String to be added to the current popup. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -2282,7 +2170,6 @@ Attribute|Type|Use|Description ---|---|---|--- `selector`|string|optional| The selector identifying the corresponding HTML element. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -2303,7 +2190,6 @@ Attribute|Type|Use|Description `userInput`|string|optional| The name of the option to deselect. `parameterArray`|string|optional| Array of options to be deselected. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -2341,7 +2227,6 @@ Attribute|Type|Use|Description `entity`|string|required| The name of the `updateData` entity being created. `createDataKey`|string|required| Key of the data entity to be updated. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -2355,7 +2240,6 @@ Attribute|Type|Use|Description ---|---|---|--- `time`|string|optional| The number of seconds to wait. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -2374,7 +2258,6 @@ Attribute|Type|Use|Description ---|---|---|--- `time`|string|optional| The number of seconds to wait for Ajax calls to finish. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -2395,7 +2278,6 @@ Attribute|Type|Use|Description `function`|string|optional| The function to be run after the element changes. `time`|string|optional| The number of seconds to wait for the change. Default is 30. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -2415,7 +2297,6 @@ Attribute|Type|Use|Description `selector`|string|optional| The selector identifying the corresponding HTML element. `time`|string|optional| The number of seconds to wait for the element to appear. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -2435,7 +2316,6 @@ Attribute|Type|Use|Description `selector`|string|optional| The selector identifying the corresponding HTML element. `time`|string|optional| The number of seconds to wait for the element to become not visible. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -2455,7 +2335,6 @@ Attribute|Type|Use|Description `selector`|string|optional| The selector identifying the corresponding HTML element. `time`|string|optional| The number of seconds to wait for the element to appear. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -2475,7 +2354,6 @@ Attribute|Type|Use|Description `function`|string|optional| The function to be run after all JavaScript finishes. `time`|string|optional| The number of seconds to wait for JavaScript to finish. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -2507,7 +2385,6 @@ Therefore, this convenience function tries to wait for various specific selector Attribute|Type|Use|Description ---|---|---|--- `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -2526,7 +2403,6 @@ Attribute|Type|Use|Description ---|---|---|--- `time`|string|optional| Number of seconds to wait for the page to load. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -2546,7 +2422,6 @@ Attribute|Type|Use|Description `time`|string|optional| Number of seconds to wait for the element to disappear. `selector`|string|required| The selector identifying the corresponding HTML element. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -2566,7 +2441,6 @@ Attribute|Type|Use|Description `time`|string|optional| Number of seconds to wait for the selected element. `selector`|string|required| The selector identifying the corresponding HTML element. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action. @@ -2587,7 +2461,6 @@ Attribute|Type|Use|Description `time`|string|optional| The number of seconds to wait for the text to appear. `selector`|string|optional| The selector identifying the corresponding HTML element. `stepKey`|string|required| A unique identifier of the action. -`skipReadiness`|boolean|optional| A flag to skip the readiness check. `before`|string|optional| `stepKey` of action that must be executed next. `after`|string|optional| `stepKey` of preceding action.