-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Topic/argument docs #2308
Merged
Merged
Topic/argument docs #2308
Conversation
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
Snooz82
force-pushed
the
topic/argument_docs
branch
from
September 19, 2022 23:13
7833fac
to
8dd8d2a
Compare
mkorpela
approved these changes
Sep 20, 2022
- get_checkbox_state - get_element_count - get_table_cell_index - get_table_row_index Changed `keyboard_input` delay from ms to timedelta Updated all docs. Fixed some bugs in New Persistent Context Added Type hint to Switch and Close Keywords
Signed-off-by: René Rohner <snooz@posteo.de>
Signed-off-by: René Rohner <snooz@posteo.de>
…r and New Persistent Context Signed-off-by: René Rohner <snooz@posteo.de>
Signed-off-by: René Rohner <snooz@posteo.de>
Signed-off-by: René Rohner <snooz@posteo.de>
Signed-off-by: René Rohner <snooz@posteo.de>
Signed-off-by: René Rohner <snooz@posteo.de>
Snooz82
force-pushed
the
topic/argument_docs
branch
from
September 20, 2022 06:34
8dd8d2a
to
cccf067
Compare
Signed-off-by: René Rohner <snooz@posteo.de>
This was referenced Sep 23, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
News & Changes:
Following should be backwards compatible:
Library Import
andNew Context
New Browser
andNew Persistent Context
CURRENT
==ACTIVE
andALL
==ANY
. Not longer case sensitive.Backwards INCOMPATIBLE changes:
expected_value
orexpected_state
toassertion_expected
as on all other getters for the following keywords:Get Checkbox State
Get Element Count
Get Table Cell Index
Get Table Row Index
Keyboard Input
has now atimedelta
as type for thedelay
argument. Before it was integer in millisecondsMouse Button
has now atimedelta
as type for thedelay
argument. Before it was integer in millisecondsBugfixes:
New Persistent Context
could not usetimeout
argument set to0
New Context
viewport
argument can now be${None}
to be able to open full screen browsers.