sharpbrowser/SharpBrowser

How do I get all open tabs?

it19862 opened this issue · 1 comments

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

  • url;
  • HTML code of the page;

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