We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dee0cd9 + 73b4e1d commit 7eec7d9Copy full SHA for 7eec7d9
Dockerfile
@@ -21,7 +21,7 @@ RUN dnf upgrade -y\
21
&& dnf clean all
22
23
RUN pip install robotframework==3.0.2\
24
- robotframework-selenium2library==1.8.0
+ robotframework-seleniumlibrary==3.0.0
25
26
ADD drivers/geckodriver-v0.18.0-linux64.tar.gz /opt/robotframework/drivers/
27
test/simpletest.robot
@@ -1,5 +1,5 @@
1
*** Settings ***
2
-Library Selenium2Library
+Library SeleniumLibrary
3
4
*** Variables ***
5
${BROWSER} %{BROWSER}
0 commit comments