PowerShell // Internet Explorer Automation – Part 4 : Handling multiple tabs
In this part we will look at how we can handle multiple tabs in Internet Explorer and manipulate elements on them. When using the Internet Explorer COM object, we can only get the document information of the latest tab we created. But sometimes we want to manipulate something on a tab we previously created. Unfortunately,Continue reading PowerShell // Internet Explorer Automation – Part 4 : Handling multiple tabs