Navigates to the URL but the page is frozen in the "initial start page for the WebDriverServer IE

Hi all,

When I run a simple test case, the step navigateToUrl didn’t navigate to the Url but the step getWindowTitle displays the title of the navigated utl

WebUI.openBrowser(“”)
WebUI.navigateToUrl(“www.google.com”)
println WebUI.getWindowTitle()
WebUI.closeBrowser()

Someone have the same problem?

Strange, have you tried updating your webdriver?

Looks like this person is having the same issue http://forum.katalon.com/discussion/10854/katalon-scripts-are-failing-in-ie-browser#latest

Bella said:

Strange, have you tried updating your webdriver?

I’m using

WebDriver version 3.6
Katalon Version 5.9
IE version 11

Bella said:

Looks like this person is having the same issue Katalon scripts are failing in IE browser - Katalon Studio - Katalon Community

And Yes, is the same problem