How can I AUTOMATE a simple clicking of the url within the browser?
tried using
I.amOnPage()
& I.appendField(URL, "google.com");
**Expected results: **
- When you do this manually it should highlight the whole url.
How can I AUTOMATE a simple clicking of the url within the browser?
tried using
I.amOnPage()
& I.appendField(URL, "google.com");
**Expected results: **