Navigate URL Test Suites

Hi,

Does Katalaon Studio currently allow you to change the URL to test suite? The idea is to run in different domains.Thanks.

Hi Victor,

I would suggest to you to have a look at this discussion:

There you will find a sample code like this:

// generate the login URL
WebUI.navigateToUrl(WebUI.concatenate((([GlobalVariable.G_SiteURL, '/login']) as String[]), FailureHandling.STOP_ON_FAILURE))This is what you want to achieve, isn't it?

Hi kazurayam,

Thanks for the feedback. I resolved my problem.