How to verify the url of current page within timeout?

Sometimes there is not good elements in the page to verify, I want to verify the url of the page.

Is there a way to verify the url of the page change to contain particular string within timeout?

Thanks so much

Andy Zhang said:

Sometimes there is not good elements in the page to verify, I want to verify the url of the page.

Is there a way to verify the url of the page change to contain particular string within timeout?

Thanks so much

Your concern is not clear enough. Could you please adding a specific example?
I guess you are trying to verify the URL of the page after process some actions.
If it’s right, you could you key word: WebUI.GetURL(), then compare the actual result with the expected result
https://docs.katalon.com/display/KD/%5BWebUI%5D+Get+Url

nhi said:

Andy Zhang said:

Sometimes there is not good elements in the page to verify, I want to verify the url of the page.

Is there a way to verify the url of the page change to contain particular string within timeout?

Thanks so much

Your concern is not clear enough. Could you please adding a specific example?
I guess you are trying to verify the URL of the page after process some actions.
If it’s right, you could you key word: WebUI.GetURL(), then compare the actual result with the expected result
https://docs.katalon.com/display/KD/%5BWebUI%5D+Get+Url

Yes, thank you. I have solved the problem with what you said.