diff --git a/RobotSelenium/Mentor/Resources/PageObjects/HeaderPage.robot b/RobotSelenium/Mentor/Resources/PageObjects/HeaderPage.robot new file mode 100644 index 0000000..5727d16 --- /dev/null +++ b/RobotSelenium/Mentor/Resources/PageObjects/HeaderPage.robot @@ -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"] diff --git a/RobotSelenium/Mentor/Resources/PageObjects/LandingPage.robot b/RobotSelenium/Mentor/Resources/PageObjects/LandingPage.robot new file mode 100644 index 0000000..a780ec9 --- /dev/null +++ b/RobotSelenium/Mentor/Resources/PageObjects/LandingPage.robot @@ -0,0 +1,10 @@ +*** Settings *** +Library SeleniumLibrary + + +*** Variables *** + + + +*** Keywords *** +Select the shopping categories diff --git a/RobotSelenium/Mentor/Resources/PageObjects/SearchResultsPage.robot b/RobotSelenium/Mentor/Resources/PageObjects/SearchResultsPage.robot new file mode 100644 index 0000000..c566156 --- /dev/null +++ b/RobotSelenium/Mentor/Resources/PageObjects/SearchResultsPage.robot @@ -0,0 +1,11 @@ +*** Settings *** +Library SeleniumLibrary + +*** Keywords *** +Verify Search Results + page should contain výsledků mobile + +Select product condition + + +Select delivery options \ No newline at end of file diff --git a/RobotSelenium/Mentor/Results/log.html b/RobotSelenium/Mentor/Results/log.html index 6689648..7b70136 100644 --- a/RobotSelenium/Mentor/Results/log.html +++ b/RobotSelenium/Mentor/Results/log.html @@ -1806,25 +1806,25 @@ function stopPropagation(event) { window.output = {};