What I would like to achieve is activating a twitter page that is already open and then switching over to a facebook page that is already open and then back to the open twitter page. The problem I am having is that the title on the twitter page changes with the corresponding new tweets it receives and it won't reactivate. I thought Opt("WinTitleMatchMode",2) would do what I need but maybe I am doing it wrong.
Please excuse me if this is basic but I appreciate everyone's reply and willingness to help me.
Please excuse me if this is basic but I appreciate everyone's reply and willingness to help me.
[ autoit ]
Opt("WinTitleMatchMode",2) _WinWaitActivate("Nintendo of America (NintendoAmerica) on Twitter - Windows Internet Explorer","") Send("{F5}") Sleep(5000) _WinWaitActivate("Nintendo | Facebook - Windows Internet Explorer","") Send("{F5}") Sleep(5000) _WinWaitActivate("(2) Nintendo of America (NintendoAmerica) on Twitter - Windows Internet Explorer","") Send("{F5}") Sleep(5000)