Is it possible to print values from Python scripts running on LamdaTest Automate(browser) to the "Command Logs" of the browser?

Is it possible to print values from Python scripts running on LamdaTest Automate(browser) to the “Command Logs” of the browser?

Hi Ana Sousa,

In the command log, we are showing selenium command logs not the print statement as that is not a selenium command.

The print statement output only be available on the user console.

For Ex: thread.sleep() is a Java command which is why you do not see it in the command logs.

Refer to the below documentation for a better understanding -