Hello
I try to use WebDriver protocol, and run into a problem. It wants to log in with the Guest account, which makes me have to choose to accept the terms in Google wich block the automation.
If I run with WebDriver disabled, it opens chrome as Profile 1 with no problems.
I’ve tried adding profile path (“–profile-directory=”“C:\Users\XXXX\AppData\Local\Google\Chrome\User Data\Profile 1"”“) and tryied to ad just (“–profile-directory=”“Profile 1””") to Arguments in Application/Browser as recommended here: Studio - Extension for Chrome
Without any luck.
I tried the same as you tried but failed to open Guest profile. Just noticed that if I don’t run WebDriver I can choose different profiles. Any suggestions?