ERROR: Caught exception [ERROR: Unsupported command [selectWindow | win_ser_1 | ]]

When I export the script to Java, the Select Window, clickAtAndWait, delay commands give the unsupported command error:

// ERROR: Caught exception [ERROR: Unsupported command [selectWindow | 1 | ]]

// ERROR: Caught exception [ERROR: Unsupported command [selectWindow | Login Page | ]]

// ERROR: Caught exception [ERROR: Unsupported command [clickAt | id=btnok | 5]]

Thank you for your feedback. We are working on this issue and will have an update soon.

I should add that you can use “WebDriver-backed Remote Control” format in the meantime, which provides a broader set of commands.

Will try that

What did you try, and did it resolve the issue?

I am getting this exact error. Here are my steps:
driver = self.driver driver.get("http://www.adrreports.eu/en/search_subst.html") driver.find_element_by_link_text("C").click() driver.find_element_by_link_text("COVID-19 VACCINE ASTRAZENECA (CHADOX1 NCOV-19)").click()# ERROR: Caught exception [ERROR: Unsupported command [selectWindow | win_ser_1 | ]]