Commit f2410a33a9402b4cac6cd7460dcdad1b7de8fb53

Authored by selurvedu
1 parent da6f8e2a

Add default timeouts for Selenium2Library

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