How to relate on HTML elements, but not on URLs?

Switching from iMacros, I perform my first dance steps with Katalon Recorder for latest Chrome.

I have a site, where I input data from the file, submit the input, wait for download is ready, click the download button, and start the next input from the file.

The first input and submit work as expected. But, after the first submit the url changes with 302 redirect.

Example: if I input data from the file and submit it on the page like report/mbgwsifmwckbskkrlvan, after submit the url changes to /report/hsspiklekqyuhgnkgrok. So, while recording, I have always different random urls as open values and can’t really automatize the workflow, because every next url is a kind of randomly generated hash.

What is the ways to overcome this issue and, maybe, relate only on the page elements, without to relate on url - like I did it 15 years long with iMacros?

1 Like

Hi there,

Thank you very much for your topic. Please note that it may take a little while before a member of our community or from Katalon team responds to you.

Thanks!

Not suggesting this is the best solution, but a very simple approach might be to add the following two commands (after the report is generated, post-submit):

1 Like