Skip to content

Instantly share code, notes, and snippets.

@atthaboon
Created September 13, 2020 08:20
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save atthaboon/ff8d96853288b025073ffffc156d6b01 to your computer and use it in GitHub Desktop.
*** Settings ***
Library PuppeteerLibrary
*** Test Cases ***
Submit login form
&{options} = create dictionary headless=${False}
Open browser http://127.0.0.1:7272/login-form-example.html options=${options}
Input Text id=exampleInputEmail1 demo@qahive.com
Input Text id=exampleInputPassword1 123456789
Click Element id=exampleCheck1
Click Element css=button[type="submit"]
Close Browser
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment