Set focus on particular tab in IE and/or FireFox
I want to write an application that will monitor the content of all open tabs in IE / FireFox and trigger event once particular data is displayed in the tab. I would like to know if there is an API for IE/FF to set focus on particular TAB, so that once event is triggered I set focus on a relevant tab. Thanks in advance Unfortunately there is no specific API to activate tab or set focus to it. Bellow is an code how you can activate tab, but it is only IE specific! using System; using System.Collections.Generic; using System.Runtime.InteropServices; using Accessibility; namespace