Programmatically selecting a tab

Any advice on how to programmatically select a tab? There’s an old forum entry on UD, but it doesn’t offer a solution (and the rendered html doesn’t match what is being generated now).

Thanks!

Product: PowerShell Universal
Version: 3.4.6

Figured out a method.
Invoke-UDJavaScript -JavaScript “document.getElementById(“IDofTab”).click();”

2 Likes