Commit f2410a33a9402b4cac6cd7460dcdad1b7de8fb53
1 parent
da6f8e2a
Add default timeouts for Selenium2Library
Documentation: http://robotframework.org/Selenium2Library/doc/Selenium2Library.html
Showing
1 changed file
with
3 additions
and
1 deletions
@@ -9,7 +9,9 @@ Library DebugLibrary | @@ -9,7 +9,9 @@ Library DebugLibrary | ||
9 | 9 | ||
10 | *** Keywords *** | 10 | *** Keywords *** |
11 | TestSuiteSetup | 11 | TestSuiteSetup |
12 | - Завантажуємо дані про користувачів і майданчики | 12 | + Set Selenium Implicit Wait 5 s |
13 | + Set Selenium Timeout 10 s | ||
14 | + Завантажуємо дані про користувачів і майданчики | ||
13 | 15 | ||
14 | Set Suite Variable With Default Value | 16 | Set Suite Variable With Default Value |
15 | [Arguments] ${suite_var} ${def_value} | 17 | [Arguments] ${suite_var} ${def_value} |
Please
register
or
login
to post a comment