After the Step above, an intermediate page appears with the Inbox which, when clicked on, shows the User the page below.
---------------------------------------------------------------------------------------
Tab=1: Page-2: Need to copy the 6 digit (Confirmation) 'Code', then return to Tab=0 (above) and paste it into the field labeled 'Confirmation Code'.
I am new to Selenium IDE, and have no prior Automation/Scripting/Coding experience.
Here's what I have in my script in Selenium IDE:
----------------------------------------------------------------
Playback base URL: https://www.google.com
Step (1): Open Chrome, then navigate to the base URL
Command: open
Target: /
Step (2): Opening a new Tab with https://www.mailinator.com as an adjacent Tab
Command: execute script
Target: window.open("https://www.mailinator.com/","_blank")
Step (3): Input Email Address in the text field 'Enter Public Mailinator Inbox'
Command: type
Target: vi_NoDelete_ur100@mailinator.com
After copying the 'Code' I do not care about "Tab=1" anymore.
Any guidance/help is very much appreciated!
Thank you
M
A quick update to a sentence below, which should have read as follows:
After copying the 'Code' I do not care about "Tab=1" anymore.
On Monday, May 25, 2020 at 12:09:49 PM UTC-4, MEA Engg QA wrote:
I am new to Selenium IDE, and have no prior Automation/Scripting/Coding experience.
Here's what I have in my script in Selenium IDE:
----------------------------------------------------------------
Playback base URL: https://www.google.com
Step (1): Open Chrome, then navigate to the base URL
Command: open
Target: /
Step (2): Opening a new Tab with https://www.mailinator.com as an adjacent Tab
Command: execute script
Target: window.open("https://www.mailinator.com/","_blank")
Step (3): Input Email Address in the text field 'Enter Public Mailinator Inbox'
Command: type
Target: vi_NoDel...@mailinator.com