[Katalon Recorder] Click command DeadLoop in Oracle FLEXCUBE

In Oracle FLEXCUBE, I am trying to open a new function page and close it. After I ran the following scripts, the page is opened and closed, however, it will not move on any more.

type id=fastpath STSCUSAC
click xpath=(.//*[normalize-space(text()) and normalize-space(.)=‘Fast Path’])[1]/following::span[1]
selectFrame index=2
click id=BTN_EXIT

Refer to the log, it does not have any errors.

[info] Executing: | click | id=fastpath | |

[info] Executing: | type | id=fastpath | STSCUSAC |

[info] Executing: | click | xpath=(.//*[normalize-space(text()) and normalize-space(.)=‘Fast Path’])[1]/following::span[1] | |

[info] Executing: | selectFrame | index=2 | |

[info] Expand variable ‘index=2’ into ‘index=2’

[info] Executing: | click | id=BTN_EXIT | |

The reason I am thinking it is in a dead loop is if I am trying to open the same function window in FLEXCUBE manually, it will be shutdown immediately and the log shows as follows:

info] Executing: | selectFrame | index=2 | |

[info] Expand variable ‘index=2’ into ‘index=2’

[info] Executing: | click | id=BTN_EXIT | |

# [info] Executing: | click | id=BTN_EXIT | |

Does anyone have a similar experience?