hello evry one i have a problem in my chrome profile

21 views
Skip to first unread message

kha dija

unread,
May 18, 2022, 2:54:25 PM5/18/22
to Selenium Users
i create this code for chrome profile but in executing
chrome profile work as anonymous
here my c# code
==========================
public IWebDriver driver;
public ChromeOptions options;

options = new ChromeOptions();
options.AddArgument(@"C:\Users\Mycomputer\AppData\Local\Google\Chrome\User Data\Profile 3");
driver = new ChromeDriver(options);
 
Reply all
Reply to author
Forward
0 new messages