Replies: 2 comments
-
I confirm the "Sync your profile" issue in Edge. My preference about the default header, if that issue is solved, is currently about 50/50. My main pros for keeping it:
My main cons:
When I'm 50/50 I usually choose the easiest/safest route that is to leave it as it is, until I'll have new pros/cons to consider in future. My preference about InPrivate is to not set it as default. I tend to often want more the opposite, that is to make it use my personal profile like if it were a new window of my human browser session. |
Beta Was this translation helpful? Give feedback.
-
Good feedback - thanks. I'm refactoring the WebCapabilities class right now (it has not received a lot of attention in the past - it was written in pieces by multiple contributors and so lacks some consistency). I may add a method for "slurping up" a default capabilities json string from file - that way user can optionally and easily customize capabilities to whatever their usual preferences are. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
For Chrome and Edge WebDrivers, the default is to get the "Chrome/Edge is being controlled by automated test software" notification near the top of the browser. This does not happen with Firefox WebDriver.
The notification can be disabled using:
The question is, should setting the option above be set as the default in SeleniumVBA? Would there ever be a situation where this notification is useful?
EDIT: ...Upon further testing, the exclude switch above works fine for me in Chrome, but in Edge it causes a "Sync your Profile" popup to occur. I have yet to find a clean solution to avoid the popup in Edge. The only thing that I tried that seems to work was to add the argument "--inprivate", but not sure that running in InPrivate mode is what we want SeleniumVBA to default to.
Beta Was this translation helpful? Give feedback.
All reactions