Click here to Skip to main content
15,886,258 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am trying to navigate to a specific tab of a browser(ie,ff,chrome) from a c# windows application. In details, if I click on a button I want to be redirected to a tab with specific url, which is already open in browser. Lets say there are 3 tabs open in a browser: facebook,gmail and yahoo. Now I click on the button in windows application with the gmail url. Then I should be redirected to the gmail tab and not opening any new tab.
Thanks in advance for any help.
Posted
Updated 30-Oct-14 4:02am
v2
Comments
Pikoh 30-Oct-14 11:04am    
That's not an easy one. Have a look at Microsoft UI Automation and maybe that could lead you to an answer, but as i told you i think that's not easy and probably it will be slightly different depending on the browser. Sorry i can't help you more
Kornfeld Eliyahu Peter 30-Oct-14 19:13pm    
No way...

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