Skip to content

Commit 7eec7d9

Browse files
authored
Merge pull request #38 from ppodgorsek/issue-33
Issue #33 - Update the Selenium Library to version 3.0.0
2 parents dee0cd9 + 73b4e1d commit 7eec7d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN dnf upgrade -y\
2121
&& dnf clean all
2222

2323
RUN pip install robotframework==3.0.2\
24-
robotframework-selenium2library==1.8.0
24+
robotframework-seleniumlibrary==3.0.0
2525

2626
ADD drivers/geckodriver-v0.18.0-linux64.tar.gz /opt/robotframework/drivers/
2727

test/simpletest.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
*** Settings ***
2-
Library Selenium2Library
2+
Library SeleniumLibrary
33

44
*** Variables ***
55
${BROWSER} %{BROWSER}

0 commit comments

Comments
 (0)