I was hoping this was simple, I did search but apparently I'm blind.
How do I get the title of the current page I'm on.
I read that I could use wb.Document.Title but it says Title is not a valid option.
I just need it to see if it contains a certain word in it so I can raise an event if so.
Also, some of the pages that I have come across seem to have script errors in them. How do I suppress them so they do not show to the user? I tried wb.ScriptErrorsSuppressed = true; but again, it didn't recognize ScriptErrors Suppressed.
Thanks for your help!