Forum Discussion

sridhar249's avatar
sridhar249
Occasional Contributor
11 months ago

Get current url of the page for a headless test

I am able to launch a headless test using the following method. function openBrowser() { var server = "localhost"; var capabilities = { "browserName": "chrome", "screenResolution": "1920x1080" }; ...