Skip to content

Instantly share code, notes, and snippets.

@atthaboon
Created September 13, 2020 08: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/a008f271e58e06c0fd853c47bf1dd6bb to your computer and use it in GitHub Desktop.
Save atthaboon/a008f271e58e06c0fd853c47bf1dd6bb to your computer and use it in GitHub Desktop.
Demo from register
*** Settings ***
Library PuppeteerLibrary
*** Test Cases ***
Submit register form
&{options} = create dictionary headless=${False}
Open browser http://127.0.0.1:7272/register-form-example.html options=${options}
Input Text id=inputEmail4 demo@qahive.com
Input Text id=inputPassword4 123456789
Input Text id=inputAddress 123/234 wallstreet std.
Input Text id=inputCity Newyork
Select From List By Value id=inputState 5
Input Text id=inputZip 1234
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