This repository was archived by the owner on Feb 2, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +28
-6
lines changed Expand file tree Collapse file tree 3 files changed +28
-6
lines changed Original file line number Diff line number Diff line change @@ -45,18 +45,18 @@ your pom.xml:
45
45
<dependency>
46
46
<groupId>com.github.hi-fi</groupId>
47
47
<artifactId>robotframework-seleniumlibrary</artifactId>
48
- <version>3.141.59.2 </version>
48
+ <version>3.141.59.26 </version>
49
49
<scope>test</scope>
50
50
</dependency>
51
51
52
52
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> ` .
55
55
56
56
* 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 ) .
58
58
* 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 )
60
60
and place it in your PYTHONPATH.
61
61
62
62
Differences
Original file line number Diff line number Diff line change 5
5
6
6
<groupId >com.github.hi-fi</groupId >
7
7
<artifactId >robotframework-seleniumlibrary</artifactId >
8
- <version >3.141.59.26 -SNAPSHOT</version >
8
+ <version >3.141.59.265 -SNAPSHOT</version >
9
9
<packaging >jar</packaging >
10
10
11
11
<name >Robot Framework :: SeleniumLibrary</name >
Original file line number Diff line number Diff line change 36
36
<hashtype >sha1</hashtype >
37
37
</bitrate >
38
38
</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 >
39
47
</driver >
40
48
</windows >
41
49
<linux >
94
102
<hashtype >sha1</hashtype >
95
103
</bitrate >
96
104
</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 >
97
112
</driver >
98
113
</linux >
99
114
<osx >
126
141
<hashtype >sha1</hashtype >
127
142
</bitrate >
128
143
</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 >
129
151
</driver >
130
152
</osx >
131
153
</root >
You can’t perform that action at this time.
0 commit comments