Skip to content

Instantly share code, notes, and snippets.

@atthaboon
Created August 14, 2020 11:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atthaboon/87f413dadc183d15161a24599f60e47f to your computer and use it in GitHub Desktop.
Save atthaboon/87f413dadc183d15161a24599f60e47f to your computer and use it in GitHub Desktop.
selenium-browser-control
*** Settings ***
Library SeleniumLibrary
*** Test Cases ***
Demo script 01
[Teardown] Close All Browsers
Open Browser https://qahive.github.io/robotframework-puppeteer.github.io/ browser=chrome
Click Element css=a[href="https://qahive.github.io/robotframework-puppeteer/PuppeteerLibrary.html"]
Switch Window NEW
Wait Until Page Contains Library version
Demo script 02
[Teardown] Close All Browsers
Open Browser https://qahive.github.io/robotframework-puppeteer.github.io/ browser=chrome
Click Element css=a[href="#team"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment