PING Authentication

Can someone please help me to automate the scenario which has PING authentication required.
secret code is not getting pasted on the web page

Hello @avinash.wankhede

  1. Use the “Type Into” activity to send the username.
  2. Use the “Send Hotkey” activity to send the Tab key (to move to the password field).
  3. Use the “Type Into” activity to send the password.
  4. Use the “Send Hotkey” activity to send the Tab key (to move to the secret code field).
  5. Use the “Type Into” activity to send the secret code.
  6. Use the “Send Hotkey” activity to send the Enter key (to submit the authentication).

Thanks & Cheers!!!

@avinash.wankhede

Follow this Steps:

Sequence
Assign username = “your_username”
Assign password = “your_password”

Open Browser
Retry Scope
    Type Into username input field
    Type Into password input field
    Send Hotkey (Enter)
    Delay (to give time for authentication)
Check for Successful Authentication
Close Browser

Cheers…!

Need to copy secret code from ping web app and then paste it into after succesfull password