I would like to know if there's a way to launch a chromedriver instance as a different domain user than the one logged in. I saw that there is a command line switch for specific chrome user profiles but I didn't see one in my searching for a domain profile.
To be more specific I'm looking to implement a selenium/chromedriver equivalent to this command in java:
runas /user:domain\username chrome <pathToChrome>
Thanks in advance, Dylan