forked from MarketSquare/robotframework-seleniumlibrary-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Update fork branch #1
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
Merged
Merged
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
…s and created class for working with custom keywords of WebDriver
…botDriverElement constr.
…botDriverElement class
…botDriverElement class
… for working with boolean parameters
…ment added RobotString class for working with system properties and string…
added webdrivermanager of io.github.bonigarcia library interaction
…tShouldBe and elementText ShouldNotBe to support either case sensitive or case insensitive operation. This is in line with recent changes to the Python version of the selenium library. Unfortunately, along the way, the indentation has been changed from tabs to all spaces.
updated the following keywords so they correctly handle case sensitiv…
…hanks to @YauheniPo) Suite setup to handle download in a way that tests doesn't need to be changed
Release/3.141.59.265
…ocus keyword. For backwards compatibilty the Focus keyword has been deprecated and just forwards all calls to the new SetFocusToElement keyword. Added the ElementShouldBeFocused keyword. This is the companion keyword to the SetFocusToElement. It retreives the element identified by the locator and the currently active element. Then does an equals to see if it's the same element.
…s instead of just 1.
Added setFocusToElement to replace the Focus keyword
Forcing to use Trusty that has OracleJDK8 available
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.
No description provided.