Reputation: 1
I have a doubt on how a profile of a browser affects the output of a Selenium script.
Following are the different scenarios:
If any profile is not specified in the Selenium script, then what profile is opened by Selenium? Is it the default profile the browser has or any new profile assigned by Selenium Webdriver?
Let say there is a profile "ABC" specified in a Selenium script. If the script clicks on a link that opens a new window then the new window has which profile? Is it in the same profile "ABC" or any different profile?
If profiles of a different windows are different then has it any effect on cookies and session?
Upvotes: 0
Views: 2184
Reputation: 38424
Upvotes: 2