You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
title for the issue says it all :) If user has Java Console enabled, then textual representation of what your keyword is currently doing will be visible there, can be useful for troubleshooting purposes when all you have is just screenshot.
public void printToConsole(String text)
{
System.err.println("[RSL] " + text);
}
The text was updated successfully, but these errors were encountered:
Hello,
title for the issue says it all :) If user has Java Console enabled, then textual representation of what your keyword is currently doing will be visible there, can be useful for troubleshooting purposes when all you have is just screenshot.
public void printToConsole(String text)
{
System.err.println("[RSL] " + text);
}
The text was updated successfully, but these errors were encountered: