Skip to content
Snippets Groups Projects
Commit 8f75ccab authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- fixed login(), now also the newer PDS login page is supported

parent 9f6291f7
Branches
Tags
No related merge requests found
...@@ -85,7 +85,7 @@ sub login { ...@@ -85,7 +85,7 @@ sub login {
$driver->find_element("username", "id")->send_keys("$user"); $driver->find_element("username", "id")->send_keys("$user");
$driver->find_element("password", "id")->clear; $driver->find_element("password", "id")->clear;
$driver->find_element("password", "id")->send_keys("$passwd"); $driver->find_element("password", "id")->send_keys("$passwd");
$driver->find_element("login1", "id")->click; $driver->find_element("Login", "name")->click;
} }
sub logout { sub logout {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment