9 lines
200 B
Plaintext
9 lines
200 B
Plaintext
|
*** Settings ***
|
||
|
Library SeleniumLibrary
|
||
|
|
||
|
*** Variables ***
|
||
|
${browser} chrome
|
||
|
# web už je nefunkční
|
||
|
${url} https://www.practiceselenium.com/practice-form.html
|
||
|
# test na zaškrtávací políčka
|