Copy/Paste from Console Log

Hello,

Copy pasting something from Console Log results in that text being copied and there is “e[39m” added at the beginning of every row (except first row) and “e[0;39m” at the end of every row (except last row)

Also sometimes there are other codes like “e[34m” and “e[36m”

Example:
Text in katalon console (expected copy paste result):

2019-01-29 10:20:50.256 INFO c.k.k.core.webui.driver.DriverFactory - Starting ‘Firefox’ driver
2019-01-29 10:20:50.315 INFO c.k.k.core.webui.driver.DriverFactory - Action delay is set to 0 seconds

Actual copy paste result

2019-01-29 10:20:50.256 e[34mINFO e[0;39m e[36mc.k.k.core.webui.driver.DriverFactory -e[0;39m e[39mStarting ‘Firefox’ drivere[0;39m
2019-01-29 10:20:50.315 e[34mINFO e[0;39m e[36mc.k.k.core.webui.driver.DriverFactory -e[0;39m e[39mAction delay is set to 0 seconds

It is possible to workaround it by pasting it in text editor and then using find/replace function to remove added symbols but it is an extra step

Best regards
Ismar

1 Like

This will be fixed in the next release. Thank you for the report.

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.