Robot_Framework/RobotSelenium/Mentor/Resources/PageObjects/HeaderPage.robot

17 lines
306 B
Plaintext
Raw Normal View History

2023-10-16 21:40:50 +00:00
*** Settings ***
Library SeleniumLibrary
*** Variables ***
*** Keywords ***
Input Search Text and Click Search
input text //*[@id="gh-ac"] mobile
press keys xpath://*[@id="gh-btn"] RETURN
# Pokročilé vyhledávání
Click on Advanced Search Link
CLICK ELEMENT //*[@id="gh-as-a"]