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

Commit cbe8ecb

Browse files
authored
Merge pull request #70 from Hi-Fi/release/3.141.59.26
Release/3.141.59.26
2 parents 2fefaee + db87dde commit cbe8ecb

File tree

3 files changed

+28
-6
lines changed

3 files changed

+28
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,18 @@ your pom.xml:
4545
<dependency>
4646
<groupId>com.github.hi-fi</groupId>
4747
<artifactId>robotframework-seleniumlibrary</artifactId>
48-
<version>3.141.59.2</version>
48+
<version>3.141.59.26</version>
4949
<scope>test</scope>
5050
</dependency>
5151

5252
If you cannot use the robotframework-maven-plugin you can use the
53-
[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),
54-
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>`.
53+
[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),
54+
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>`.
5555

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

6262
Differences

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.github.hi-fi</groupId>
77
<artifactId>robotframework-seleniumlibrary</artifactId>
8-
<version>3.141.59.26-SNAPSHOT</version>
8+
<version>3.141.59.265-SNAPSHOT</version>
99
<packaging>jar</packaging>
1010

1111
<name>Robot Framework :: SeleniumLibrary</name>

src/test/resources/RepositoryMap.xml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@
3636
<hashtype>sha1</hashtype>
3737
</bitrate>
3838
</version>
39+
<version id="75.0.3770.90">
40+
<bitrate thirtytwobit="true" sixtyfourbit="true">
41+
<filelocation>https://chromedriver.storage.googleapis.com/75.0.3770.90/chromedriver_win32.zip
42+
</filelocation>
43+
<hash>41f9016c262d1ef4792d92d1d518a5f1907a17e2</hash>
44+
<hashtype>sha1</hashtype>
45+
</bitrate>
46+
</version>
3947
</driver>
4048
</windows>
4149
<linux>
@@ -94,6 +102,13 @@
94102
<hashtype>sha1</hashtype>
95103
</bitrate>
96104
</version>
105+
<version id="75.0.3770.90">
106+
<bitrate sixtyfourbit="true">
107+
<filelocation>https://chromedriver.storage.googleapis.com/75.0.3770.90/chromedriver_linux64.zip</filelocation>
108+
<hash>a425196b5336796d56d5696e850c2abf4c0c2668</hash>
109+
<hashtype>sha1</hashtype>
110+
</bitrate>
111+
</version>
97112
</driver>
98113
</linux>
99114
<osx>
@@ -126,6 +141,13 @@
126141
<hashtype>sha1</hashtype>
127142
</bitrate>
128143
</version>
144+
<version id="75.0.3770.90">
145+
<bitrate sixtyfourbit="true">
146+
<filelocation>https://chromedriver.storage.googleapis.com/75.0.3770.90/chromedriver_mac64.zip</filelocation>
147+
<hash>4a026490030a971704249a57113e64ae52ba84f0</hash>
148+
<hashtype>sha1</hashtype>
149+
</bitrate>
150+
</version>
129151
</driver>
130152
</osx>
131153
</root>

0 commit comments

Comments
 (0)