Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi,

We are using the latest version of WebDriver C# and we are struggling to attached webdriver to already opened Chrome Browser instance.

I hope here I can get correct and proper answer.

Thanks,
Devang

What I have tried:

I have tried with
RemoteWebDriver
Posted
Updated 30-Mar-17 3:25am

What does this mean
we are struggling to attached 
webdriver ?
i hope you are looking for
driver = new ChromeDriver(@"D:\Drivers\Chrome_Driver");
           driver.Navigate().GoToUrl("http://somepahe.com");
           driver.Manage().Window.Maximize();
 
Share this answer
 
v2
I need to access or get the element from already opened chrome browser instance but we failed to do the same.
 
Share this answer
 
Comments
Richard Deeming 30-Mar-17 11:02am    
If you have a comment, use the "Have a Question or Comment?" button under the solution you're replying to.

DO NOT post your comment as a "solution".

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900