POM
This commit is contained in:
16
RobotSelenium/Mentor/Resources/PageObjects/HeaderPage.robot
Normal file
16
RobotSelenium/Mentor/Resources/PageObjects/HeaderPage.robot
Normal file
@ -0,0 +1,16 @@
|
||||
*** 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"]
|
10
RobotSelenium/Mentor/Resources/PageObjects/LandingPage.robot
Normal file
10
RobotSelenium/Mentor/Resources/PageObjects/LandingPage.robot
Normal file
@ -0,0 +1,10 @@
|
||||
*** Settings ***
|
||||
Library SeleniumLibrary
|
||||
|
||||
|
||||
*** Variables ***
|
||||
|
||||
|
||||
|
||||
*** Keywords ***
|
||||
Select the shopping categories
|
@ -0,0 +1,11 @@
|
||||
*** Settings ***
|
||||
Library SeleniumLibrary
|
||||
|
||||
*** Keywords ***
|
||||
Verify Search Results
|
||||
page should contain výsledků mobile
|
||||
|
||||
Select product condition
|
||||
|
||||
|
||||
Select delivery options
|
Reference in New Issue
Block a user