Hello Everyone,
I'm looking for a way to use an already open Internet Explorer (IE) window (if one is up and running) and then navigate to a new URL in a new IE tab.
I thought that _IECreate would easily meet my needs. However, when I use the following script:
#include <IE.au3>
Local $oIE = _IECreate("https://" & $Server & ":8444/", 1, 1, 0, 1)
...with one or more open IE windows, it still opens yet a new IE window.
Are there any other ideas for how to reliably use an already open IE windows and then how to open a new tab in IE to navigate to a new URL?
Regards,
TX Techie