-
Notifications
You must be signed in to change notification settings - Fork 1.4k
(draft) Lots of updates #1757
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
Closed
Closed
(draft) Lots of updates #1757
Conversation
This file contains hidden or 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
Closed
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.
Lots of updates / Recorder Mode upgrade
Upgrade the SeleniumBase Recorder and Test Generator (0288f5e)
Enter/Return
after cycling through elements with theTab
key.jQuery
actions such as jQuery clicks and jQuery typing from existing SeleniumBase methods.self.set_attribute()
andself.set_attributes()
from SeleniumBase tests.pytest.ini
), in therecordings
folder if not already present.Other updates:
--> b6e6c7d
--> This resolves "xvfb" mode sometimes leaves an Xvfb process running afterwards #1747
--> 41b344a
--> This resolves Add more Gherkin step definitions for "behave" BDD mode #1748
--> 6a675dc
--> This resolves Add more time for jQuery to load from CDN links as needed #1756
--> f0cbb77
--> This resolves Add translations for jQuery methods #1753
--> 6040463
--> This resolves Simplify options for Remote WebDriver usage with Selenium Grid #1754
scroll_into_view(selector)
--> ae19caa
--> This resolves Add a scroll_into_view(selector) method that calls the JS element.scrollIntoView() #1749
ERR_NAME_NOT_RESOLVED
on URL open--> ab5c412
--> This resolves Add "ERR_NAME_NOT_RESOLVED" to the list of errors that force a retry of driver.get(url) #1750
--> bd55130
--> This resolves Speed up pytest collection by ignoring some folders #1751
--> 39351e3
--> This resolves Several dependencies need to be updated to newer versions #1755
--> This resolves It's time to update out-of-date example tests again... #1752