selectFrame in python export

Hi Everyone,

We are using katalon recorder (3.6.11) for recording test cases and converting them to python unit tests. We noticed that python export doesn’t support frame selection. For example if a recording has step selectFrame index=2 that will be converted to the following python code:
# ERROR: Caught exception [ERROR: Unsupported command [selectFrame | index=2 | ]]
Therefore the given test won’t run successfully.
Is there any way around this or plan to implement the python export for selectFrame?

Thanks,
Bela