-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### News & Changes: #### Following should be backwards compatible: - [x] Deprecation of positional arguments for `Library Import` and `New Context` - [x] Deprecated positional arguments except the first few of `New Browser` and `New Persistent Context` - [x] Reordered named-only arguments alphabetically - [x] Updated all argument docs to be tables. - [x] Fixed some bad docs. - [x] New data type for switching and selecting browser, context and page. Now supports ``CURRENT`` == ``ACTIVE`` and ``ALL`` == ``ANY``. Not longer case sensitive. #### Backwards INCOMPATIBLE changes: - [x] Changed arguments for the expected assertion argument from `expected_value` or `expected_state` to `assertion_expected` as on all other getters for the following keywords: - [x] `Get Checkbox State` - [x] `Get Element Count` - [x] `Get Table Cell Index` - [x] `Get Table Row Index` - [x] `Keyboard Input` has now a `timedelta` as type for the `delay` argument. Before it was integer in milliseconds - [x] `Mouse Button` has now a `timedelta` as type for the `delay` argument. Before it was integer in milliseconds #### Bugfixes: - [x] `New Persistent Context` could not use `timeout` argument set to `0` - [x] `New Context` `viewport` argument can now be `${None}` to be able to open full screen browsers. #2054
- Loading branch information
Showing
20 changed files
with
1,078 additions
and
1,179 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.