Export to PowerShell

Hello Katalon Team,

thanks for the fantastic Automation Recorder. :slight_smile:

I would like to suggest an export to PowerShell, which is very near to C#.

This example looks in PowerShell like this:
driver.FindElementById(“first-name”).Click();
driver.FindElementById(“first-name”).Clear();
driver.FindElementById(“first-name”).SendKey(“Alex1”);
# ERROR: Caught exception [ERROR: Unsupported comand [else | | ]]
etc.

Hope it could be possible for you to implement that.

Thanks for your effort.

Cheers
Stefan

export.jpg

Thank you for the suggestion. We will work on this feature in future releases.

1 Like