This repository was archived by the owner on Feb 2, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
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
…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.
Fixes #79 Prevented running 'Run Keyword on failure' again, if given keyword fails
… not included in fat-jar Instructions how to take ios/android testing to use with Maven Fixes #62 Forcing to use Trusty image
Added setFocusToElement to replace the Focus keyword
Forcing to use Trusty that has OracleJDK8 available
Update fork branch
Feature/data utils keywords
Feature/code refactoring
…rary-java into removeExtraDependencies
… enable the overloading of the getElementByKeyword method in Robot Framework.
Added the missing @RobotKeywordOverload. This annotation is needed to…
Added HTMLUnit support back
…rary-java into removeExtraDependencies
Exclusions to make dependencies to work with Selenium 4
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.