Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Release/3.141.59.26 #70

Merged
merged 5 commits into from
Jun 27, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,18 @@ your pom.xml:
<dependency>
<groupId>com.github.hi-fi</groupId>
<artifactId>robotframework-seleniumlibrary</artifactId>
<version>3.141.59.2</version>
<version>3.141.59.26</version>
<scope>test</scope>
</dependency>

If you cannot use the robotframework-maven-plugin you can use the
[jar-with-dependencies](http://central.maven.org/maven2/com/github/hi-fi/robotframework-seleniumlibrary/3.141.59.2/robotframework-seleniumlibrary-3.141.59.2-jar-with-dependencies.jar),
which contains all required libraries. Running of tests with this can be done with command `java -jar robotframework-seleniumlibrary-3.141.59.2-jar-with-dependencies.jar <test location>`.
[jar-with-dependencies](http://central.maven.org/maven2/com/github/hi-fi/robotframework-seleniumlibrary/3.141.59.26/robotframework-seleniumlibrary-3.141.59.26-jar-with-dependencies.jar),
which contains all required libraries. Running of tests with this can be done with command `java -jar robotframework-seleniumlibrary-3.141.59.26-jar-with-dependencies.jar <test location>`.

* More information about this library can be found in the
[Keyword Documentation](http://central.maven.org/maven2/com/github/hi-fi/robotframework-seleniumlibrary/3.141.59.2/robotframework-seleniumlibrary-3.141.59.2.html).
[Keyword Documentation](http://central.maven.org/maven2/com/github/hi-fi/robotframework-seleniumlibrary/3.141.59.26/robotframework-seleniumlibrary-3.141.59.26.html).
* For keyword completion in RIDE you can download this
[Library Specs](http://central.maven.org/maven2/com/github/hi-fi/robotframework-seleniumlibrary/3.141.59.2/robotframework-seleniumlibrary-3.141.59.2.xml)
[Library Specs](http://central.maven.org/maven2/com/github/hi-fi/robotframework-seleniumlibrary/3.141.59.26/robotframework-seleniumlibrary-3.141.59.26.xml)
and place it in your PYTHONPATH.

Differences
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.github.hi-fi</groupId>
<artifactId>robotframework-seleniumlibrary</artifactId>
<version>3.141.59.26-SNAPSHOT</version>
<version>3.141.59.265-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Robot Framework :: SeleniumLibrary</name>
Expand Down
22 changes: 22 additions & 0 deletions src/test/resources/RepositoryMap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@
<hashtype>sha1</hashtype>
</bitrate>
</version>
<version id="75.0.3770.90">
<bitrate thirtytwobit="true" sixtyfourbit="true">
<filelocation>https://chromedriver.storage.googleapis.com/75.0.3770.90/chromedriver_win32.zip
</filelocation>
<hash>41f9016c262d1ef4792d92d1d518a5f1907a17e2</hash>
<hashtype>sha1</hashtype>
</bitrate>
</version>
</driver>
</windows>
<linux>
Expand Down Expand Up @@ -94,6 +102,13 @@
<hashtype>sha1</hashtype>
</bitrate>
</version>
<version id="75.0.3770.90">
<bitrate sixtyfourbit="true">
<filelocation>https://chromedriver.storage.googleapis.com/75.0.3770.90/chromedriver_linux64.zip</filelocation>
<hash>a425196b5336796d56d5696e850c2abf4c0c2668</hash>
<hashtype>sha1</hashtype>
</bitrate>
</version>
</driver>
</linux>
<osx>
Expand Down Expand Up @@ -126,6 +141,13 @@
<hashtype>sha1</hashtype>
</bitrate>
</version>
<version id="75.0.3770.90">
<bitrate sixtyfourbit="true">
<filelocation>https://chromedriver.storage.googleapis.com/75.0.3770.90/chromedriver_mac64.zip</filelocation>
<hash>4a026490030a971704249a57113e64ae52ba84f0</hash>
<hashtype>sha1</hashtype>
</bitrate>
</version>
</driver>
</osx>
</root>