sharpbrowser / SharpBrowser

A full featured web-browser built using C# and CefSharp
MIT License
896 stars 392 forks source link

How do I get all open tabs? #54

Closed it19862 closed 6 months ago

it19862 commented 2 years ago

How do I get all open tabs? I want to get a collection of tabs. I want to get the property of each tab:

robinrodricks commented 2 years ago

I added a GetAllTabs() method on the MainForm, does it work for you?