Hello,
The documentation on bookmarks suggests using BringBrowsertoForeground. However, when I try to add it to my macro, I get the error: “Command BringBrowsertoForeground not supported yet”. What’s going on here?
This is the first macro I’m trying to make with Kantu, and I have to admit I don’t understand how to translate the Selenium IDE command examples into code. The relevant portion of my Source View tab looks like this:
{
“Command”: “BringBrowsertoForeground”,
“Target”: “”,
“Value”: “”
},