Internet Explorer is a very nice program to automate. There are a large number of actions you can do programmatically from your own application. But when IE is already opened with a bunch of tabs, it is not a trivial task to programmatically select and activate the tab you want.
Here after, I will present all the code required to do that. It has been developed using Delphi XE3 but of course as
↧