Hi,
I need to launch three tabs in chrome and launch same web page in each of these three tabs. After this, I have to update selected text fields in each of these three tabs and click on submit button. Intent of doing this parallely in three tabs instead of one is to save time as doing it sequentially in one tab will take more time. Basically automation will comprise of below steps.
- Launch chrome. Open three tabs.
- Lauch same website in all three tabs.
- Update same text fields in all three tabs. Value to be updated in these text fields will differ.
- Click on Submit button in all three tabs.
Request you to please advise how above can be achieved. I won’t be able to give actual website but ‘Input Forms’ tab of rpachallenge.com can be used for this POC if needed.
Thanks
Kapil