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

Commit 15e0540

Browse files
committed
Release 3.141.59.265
1 parent 65942af commit 15e0540

File tree

2 files changed

+2
-26
lines changed

2 files changed

+2
-26
lines changed

README.md

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -59,30 +59,6 @@ which contains all required libraries. Running of tests with this can be done wi
5959
[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

62-
Usage, Selenium 4 (WIP)
63-
-----------------
64-
65-
If you are using the robotframework-maven-plugin you can
66-
use this library by adding the following dependency to
67-
your pom.xml:
68-
69-
<dependency>
70-
<groupId>com.github.hi-fi</groupId>
71-
<artifactId>robotframework-seleniumlibrary</artifactId>
72-
<version>4.0.0-alpha-1.0</version>
73-
<scope>test</scope>
74-
</dependency>
75-
76-
If you cannot use the robotframework-maven-plugin you can use the
77-
[jar-with-dependencies](http://central.maven.org/maven2/com/github/hi-fi/robotframework-seleniumlibrary/4.0.0-alpha-1.0/robotframework-seleniumlibrary-4.0.0-alpha-1.0-jar-with-dependencies.jar),
78-
which contains all required libraries. Running of tests with this can be done with command `java -jar robotframework-seleniumlibrary-4.0.0-alpha-1.0-jar-with-dependencies.jar <test location>`.
79-
80-
* More information about this library can be found in the
81-
[Keyword Documentation](http://central.maven.org/maven2/com/github/hi-fi/robotframework-seleniumlibrary/4.0.0-alpha-1.0/robotframework-seleniumlibrary-4.0.0-alpha-1.0.html).
82-
* For keyword completion in RIDE you can download this
83-
[Library Specs](http://central.maven.org/maven2/com/github/hi-fi/robotframework-seleniumlibrary/4.0.0-alpha-1.0/robotframework-seleniumlibrary-4.0.0-alpha-1.0.xml)
84-
and place it in your PYTHONPATH.
85-
8662
Differences
8763
-----------
8864

@@ -111,7 +87,7 @@ to know when to update drivers you use.
11187

11288
Drivers can also be fetched with [https://github.com/Ardesco/selenium-standalone-server-plugin|Selenium Driver Binary Downloader plugin].
11389

114-
With Selenium 4 [https://github.com/bonigarcia/webdrivermanager|WebdriverManager] is taken to use, so handling of drivers can also be done with standalone JAR from tests itself.
90+
With At 3.141.59.265 [https://github.com/bonigarcia/webdrivermanager|WebdriverManager] is taken to use, so handling of drivers can also be done with standalone JAR from tests itself.
11591

11692
__ https://seleniumhq.github.io/selenium/docs/api/py/index.html#drivers
11793
__ https://en.wikipedia.org/wiki/PATH_(variable)

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.265-SNAPSHOT</version>
8+
<version>3.141.59.265</version>
99
<packaging>jar</packaging>
1010

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

0 commit comments

Comments
 (0)