Object Spy unable to launch the web browser

Hi all,
Thanks for your information. The development team is investigating, I hope to cause will been finding asap. In meanwhile, using record to captured object for your project instead of spy, sorry for this inconvenience.
If you find new something, please send us
Thanks for your choosing Katalon Studio !

1 Like

Alice, thanks for answer quickly.
But, the problem reported occurs also in the record tool.

image

Are you sure install browser successfully? And the error displayed after you click to browser button? Please provide me detail information to investigating…

I can also confirm this occurs using the recorder as well. All my browsers are all properly installed and Katalon will still open up the Chrome browser when I run my test cases that use it.

Hello all,

Thought I would give some input here as well. I have been getting this error with the latest version of Katalon as well in both the object spy and the web recorder. I have been using both of these tools within chrome and firefox prior to this error just fine.

Somebody recommended running Katalon as an admin but this was found to be an unsuccessful fix.

EDIT: I’m not sure if it will help any but thought I may need to include it here. I have a few other testers experiencing these issues. I’m running Win8 while the other’s have Win7 and Win10. So this may not be restricted to an OS version problem if that was suspected.

Any info and help is appreciated,

Tyler P.

1 Like

katalon.versionNumber=5.10.1
katalon.buildNumber=1
!SESSION 2019-01-10 15:57:22.075 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.8.0_181
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86_64 -data config

!ENTRY org.eclipse.core.resources 2 10035 2019-01-10 15:57:24.687
!MESSAGE The workspace exited with unsaved changes in the previous session; refreshing workspace to recover changes.
Could not find element with Id ‘com.kms.katalon.composer.webservice.handledmenuitem.webServiceRequest’
Could not find element with Id ‘katalon.composer.objectrepository.handledmenuitem.spyweb’
Could not find element with Id ‘com.kms.katalon.composer.mobile.dynamicmenucontribution.ios’
Could not find element with Id ‘com.kms.katalon.composer.mobile.dynamicmenucontribution.ios’
Warning: NLS unused message: Key in: com.kms.katalon.composer.project.constants.composerProjectMessages
Warning: NLS unused message: Key in: com.kms.katalon.composer.testcase.constants.composerTestcaseMessages
Warning: NLS missing message: BTN_ADDTESTSUITE in: com.kms.katalon.composer.testcase.constants.composerTestcaseMessages
Warning: NLS unused message: PA_LBL_CREATED_DATE in: com.kms.katalon.composer.testsuite.constants.composerTestsuiteMessages
Warning: NLS unused message: PA_LBL_LAST_UPDATED in: com.kms.katalon.composer.testsuite.constants.composerTestsuiteMessages
Warning: NLS unused message: Key in: com.kms.katalon.composer.objectrepository.constant.composerObjectRepositoryMessages

!ENTRY org.eclipse.e4.ui.workbench 4 0 2019-01-10 15:57:27.874
!MESSAGE Unable to create class ‘com.kms.katalon.composer.webservice.addons.WebServiceRequestObjectInjectionManagerAddon’ from bundle ‘58’
!STACK 0
org.eclipse.e4.core.di.InjectionException: org.greenrobot.eventbus.EventBusException: Subscriber class com.kms.katalon.composer.webservice.handlers.WebServiceExecutionHandler and its super classes have no public methods with the @Subscribe annotation
at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:65)
at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:966)
at org.eclipse.e4.core.internal.di.InjectorImpl.inject(InjectorImpl.java:151)
at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:375)
at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:308)
at org.eclipse.e4.core.contexts.ContextInjectionFactory.make(ContextInjectionFactory.java:186)
at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.createFromBundle(ReflectionContributionFactory.java:108)
at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.doCreate(ReflectionContributionFactory.java:74)
at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.create(ReflectionContributionFactory.java:51)
at org.eclipse.e4.ui.internal.workbench.swt.E4Application.createE4Workbench(E4Application.java:281)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:632)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:610)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148)
at com.kms.katalon.core.application.Application.internalRunGUI(Application.java:120)
at com.kms.katalon.core.application.Application.runGUI(Application.java:105)
at com.kms.katalon.core.application.Application.start(Application.java:63)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610)
at org.eclipse.equinox.launcher.Main.run(Main.java:1519)
Caused by: org.greenrobot.eventbus.EventBusException: Subscriber class com.kms.katalon.composer.webservice.handlers.WebServiceExecutionHandler and its super classes have no public methods with the @Subscribe annotation
at org.greenrobot.eventbus.SubscriberMethodFinder.findSubscriberMethods(SubscriberMethodFinder.java:67)
at org.greenrobot.eventbus.EventBus.register(EventBus.java:140)
at com.kms.katalon.composer.webservice.addons.WebServiceRequestObjectInjectionManagerAddon.initHandlers(WebServiceRequestObjectInjectionManagerAddon.java:27)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:55)
… 28 more
Warning: NLS unused message: ACTIVATED_PROP_NAME in: com.kms.katalon.constants.messages
Warning: NLS unused message: ACTIVATE_INFO_INVALID in: com.kms.katalon.constants.messages
Warning: NLS unused message: ACTIVATION_CODE_INVALID in: com.kms.katalon.constants.messages
Warning: NLS unused message: ACTIVATION_COLLECT_FAIL_MESSAGE in: com.kms.katalon.constants.messages
Warning: NLS unused message: DIA_TITLE_FUNCTIONS_INTRODUCTION in: com.kms.katalon.constants.messages
Warning: NLS unused message: ERR_CONSOLE_MODE in: com.kms.katalon.constants.messages
Warning: NLS unused message: REQUEST_CODE_PROP_NAME in: com.kms.katalon.constants.messages

!ENTRY org.eclipse.egit.ui 2 0 2019-01-10 15:57:30.976
!MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git
user global configuration and to define the default location to store repositories: 'U:'. If this is
not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and
EGit might behave differently since they see different configuration options.
This warning can be switched off on the Team > Git > Confirmations and Warnings preference page.
Jan 10, 2019 3:57:31 PM org.apache.http.client.protocol.ResponseProcessCookies processCookies
WARNING: Invalid cookie header: “Set-Cookie: has_recent_activity=1; path=/; expires=Thu, 10 Jan 2019 22:57:31 -0000”. Invalid ‘expires’ attribute: Thu, 10 Jan 2019 22:57:31 -0000
Jan 10, 2019 3:57:31 PM org.apache.http.client.protocol.ResponseProcessCookies processCookies
WARNING: Invalid cookie header: “Set-Cookie: logged_in=no; domain=.github.com; path=/; expires=Mon, 10 Jan 2039 21:57:31 -0000; secure; HttpOnly”. Invalid ‘expires’ attribute: Mon, 10 Jan 2039 21:57:31 -0000
Jan 10, 2019 3:57:31 PM org.apache.http.client.protocol.ResponseProcessCookies processCookies
WARNING: Invalid cookie header: “Set-Cookie: has_recent_activity=1; path=/; expires=Thu, 10 Jan 2019 22:57:31 -0000”. Invalid ‘expires’ attribute: Thu, 10 Jan 2019 22:57:31 -0000
Jan 10, 2019 3:57:31 PM org.apache.http.client.protocol.ResponseProcessCookies processCookies
WARNING: Invalid cookie header: “Set-Cookie: logged_in=no; domain=.github.com; path=/; expires=Mon, 10 Jan 2039 21:57:31 -0000; secure; HttpOnly”. Invalid ‘expires’ attribute: Mon, 10 Jan 2039 21:57:31 -0000
Jan 10, 2019 3:57:31 PM org.apache.http.client.protocol.ResponseProcessCookies processCookies
WARNING: Invalid cookie header: “Set-Cookie: has_recent_activity=1; path=/; expires=Thu, 10 Jan 2019 22:57:31 -0000”. Invalid ‘expires’ attribute: Thu, 10 Jan 2019 22:57:31 -0000
Jan 10, 2019 3:57:31 PM org.apache.http.client.protocol.ResponseProcessCookies processCookies
WARNING: Invalid cookie header: “Set-Cookie: logged_in=no; domain=.github.com; path=/; expires=Mon, 10 Jan 2039 21:57:31 -0000; secure; HttpOnly”. Invalid ‘expires’ attribute: Mon, 10 Jan 2039 21:57:31 -0000
Jan 10, 2019 3:57:32 PM org.apache.http.client.protocol.ResponseProcessCookies processCookies
WARNING: Invalid cookie header: “Set-Cookie: has_recent_activity=1; path=/; expires=Thu, 10 Jan 2019 22:57:31 -0000”. Invalid ‘expires’ attribute: Thu, 10 Jan 2019 22:57:31 -0000
Jan 10, 2019 3:57:32 PM org.apache.http.client.protocol.ResponseProcessCookies processCookies
WARNING: Invalid cookie header: “Set-Cookie: logged_in=no; domain=.github.com; path=/; expires=Mon, 10 Jan 2039 21:57:31 -0000; secure; HttpOnly”. Invalid ‘expires’ attribute: Mon, 10 Jan 2039 21:57:31 -0000
Jan 10, 2019 3:57:32 PM org.apache.http.client.protocol.ResponseProcessCookies processCookies
WARNING: Invalid cookie header: “Set-Cookie: has_recent_activity=1; path=/; expires=Thu, 10 Jan 2019 22:57:32 -0000”. Invalid ‘expires’ attribute: Thu, 10 Jan 2019 22:57:32 -0000
Jan 10, 2019 3:57:32 PM org.apache.http.client.protocol.ResponseProcessCookies processCookies
WARNING: Invalid cookie header: “Set-Cookie: logged_in=no; domain=.github.com; path=/; expires=Mon, 10 Jan 2039 21:57:32 -0000; secure; HttpOnly”. Invalid ‘expires’ attribute: Mon, 10 Jan 2039 21:57:32 -0000
Jan 10, 2019 3:57:32 PM org.apache.http.client.protocol.ResponseProcessCookies processCookies
WARNING: Invalid cookie header: “Set-Cookie: has_recent_activity=1; path=/; expires=Thu, 10 Jan 2019 22:57:32 -0000”. Invalid ‘expires’ attribute: Thu, 10 Jan 2019 22:57:32 -0000
Jan 10, 2019 3:57:32 PM org.apache.http.client.protocol.ResponseProcessCookies processCookies
WARNING: Invalid cookie header: “Set-Cookie: logged_in=no; domain=.github.com; path=/; expires=Mon, 10 Jan 2039 21:57:32 -0000; secure; HttpOnly”. Invalid ‘expires’ attribute: Mon, 10 Jan 2039 21:57:32 -0000
Jan 10, 2019 3:57:32 PM org.apache.http.client.protocol.ResponseProcessCookies processCookies
WARNING: Invalid cookie header: “Set-Cookie: has_recent_activity=1; path=/; expires=Thu, 10 Jan 2019 22:57:32 -0000”. Invalid ‘expires’ attribute: Thu, 10 Jan 2019 22:57:32 -0000
Jan 10, 2019 3:57:32 PM org.apache.http.client.protocol.ResponseProcessCookies processCookies
WARNING: Invalid cookie header: “Set-Cookie: logged_in=no; domain=.github.com; path=/; expires=Mon, 10 Jan 2039 21:57:32 -0000; secure; HttpOnly”. Invalid ‘expires’ attribute: Mon, 10 Jan 2039 21:57:32 -0000
Jan 10, 2019 3:57:32 PM org.apache.http.client.protocol.ResponseProcessCookies processCookies
WARNING: Invalid cookie header: “Set-Cookie: has_recent_activity=1; path=/; expires=Thu, 10 Jan 2019 22:57:32 -0000”. Invalid ‘expires’ attribute: Thu, 10 Jan 2019 22:57:32 -0000
Jan 10, 2019 3:57:32 PM org.apache.http.client.protocol.ResponseProcessCookies processCookies
WARNING: Invalid cookie header: “Set-Cookie: logged_in=no; domain=.github.com; path=/; expires=Mon, 10 Jan 2039 21:57:32 -0000; secure; HttpOnly”. Invalid ‘expires’ attribute: Mon, 10 Jan 2039 21:57:32 -0000
Jan 10, 2019 3:57:33 PM org.apache.http.client.protocol.ResponseProcessCookies processCookies
WARNING: Invalid cookie header: “Set-Cookie: has_recent_activity=1; path=/; expires=Thu, 10 Jan 2019 22:57:33 -0000”. Invalid ‘expires’ attribute: Thu, 10 Jan 2019 22:57:33 -0000
Jan 10, 2019 3:57:33 PM org.apache.http.client.protocol.ResponseProcessCookies processCookies
WARNING: Invalid cookie header: “Set-Cookie: logged_in=no; domain=.github.com; path=/; expires=Mon, 10 Jan 2039 21:57:33 -0000; secure; HttpOnly”. Invalid ‘expires’ attribute: Mon, 10 Jan 2039 21:57:33 -0000
Jan 10, 2019 3:57:33 PM org.apache.http.client.protocol.ResponseProcessCookies processCookies
WARNING: Invalid cookie header: “Set-Cookie: has_recent_activity=1; path=/; expires=Thu, 10 Jan 2019 22:57:33 -0000”. Invalid ‘expires’ attribute: Thu, 10 Jan 2019 22:57:33 -0000
Jan 10, 2019 3:57:33 PM org.apache.http.client.protocol.ResponseProcessCookies processCookies
WARNING: Invalid cookie header: “Set-Cookie: logged_in=no; domain=.github.com; path=/; expires=Mon, 10 Jan 2039 21:57:33 -0000; secure; HttpOnly”. Invalid ‘expires’ attribute: Mon, 10 Jan 2039 21:57:33 -0000
Jan 10, 2019 3:57:33 PM org.apache.http.client.protocol.ResponseProcessCookies processCookies
WARNING: Invalid cookie header: “Set-Cookie: has_recent_activity=1; path=/; expires=Thu, 10 Jan 2019 22:57:33 -0000”. Invalid ‘expires’ attribute: Thu, 10 Jan 2019 22:57:33 -0000
Jan 10, 2019 3:57:33 PM org.apache.http.client.protocol.ResponseProcessCookies processCookies
WARNING: Invalid cookie header: “Set-Cookie: logged_in=no; domain=.github.com; path=/; expires=Mon, 10 Jan 2039 21:57:33 -0000; secure; HttpOnly”. Invalid ‘expires’ attribute: Mon, 10 Jan 2039 21:57:33 -0000
Jan 10, 2019 3:57:33 PM org.apache.http.client.protocol.ResponseProcessCookies processCookies
WARNING: Invalid cookie header: “Set-Cookie: has_recent_activity=1; path=/; expires=Thu, 10 Jan 2019 22:57:33 -0000”. Invalid ‘expires’ attribute: Thu, 10 Jan 2019 22:57:33 -0000
Jan 10, 2019 3:57:33 PM org.apache.http.client.protocol.ResponseProcessCookies processCookies
WARNING: Invalid cookie header: “Set-Cookie: logged_in=no; domain=.github.com; path=/; expires=Mon, 10 Jan 2039 21:57:33 -0000; secure; HttpOnly”. Invalid ‘expires’ attribute: Mon, 10 Jan 2039 21:57:33 -0000
Jan 10, 2019 3:57:33 PM org.apache.http.client.protocol.ResponseProcessCookies processCookies
WARNING: Invalid cookie header: “Set-Cookie: has_recent_activity=1; path=/; expires=Thu, 10 Jan 2019 22:57:33 -0000”. Invalid ‘expires’ attribute: Thu, 10 Jan 2019 22:57:33 -0000
Jan 10, 2019 3:57:33 PM org.apache.http.client.protocol.ResponseProcessCookies processCookies
WARNING: Invalid cookie header: “Set-Cookie: logged_in=no; domain=.github.com; path=/; expires=Mon, 10 Jan 2039 21:57:33 -0000; secure; HttpOnly”. Invalid ‘expires’ attribute: Mon, 10 Jan 2039 21:57:33 -0000
Jan 10, 2019 3:57:34 PM org.apache.http.client.protocol.ResponseProcessCookies processCookies
WARNING: Invalid cookie header: “Set-Cookie: has_recent_activity=1; path=/; expires=Thu, 10 Jan 2019 22:57:34 -0000”. Invalid ‘expires’ attribute: Thu, 10 Jan 2019 22:57:34 -0000
Jan 10, 2019 3:57:34 PM org.apache.http.client.protocol.ResponseProcessCookies processCookies
WARNING: Invalid cookie header: “Set-Cookie: logged_in=no; domain=.github.com; path=/; expires=Mon, 10 Jan 2039 21:57:34 -0000; secure; HttpOnly”. Invalid ‘expires’ attribute: Mon, 10 Jan 2039 21:57:34 -0000

!ENTRY org.eclipse.jface 2 0 2019-01-10 15:57:37.507
!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation.
!SUBENTRY 1 org.eclipse.jface 2 0 2019-01-10 15:57:37.507
!MESSAGE A conflict occurred for CTRL+SHIFT+D:
Binding(CTRL+SHIFT+D,
ParameterizedCommand(Command(org.eclipse.jdt.debug.ui.commands.Display,Display,
Display result of evaluating selected text,
Category(org.eclipse.debug.ui.category.run,Run/Debug,Run/Debug command category,true),
org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@68312b85,
,true),null),
org.eclipse.ui.defaultAcceleratorConfiguration,
org.eclipse.ui.contexts.dialogAndWindow,system)
Binding(CTRL+SHIFT+D,
ParameterizedCommand(Command(com.kms.katalon.composer.execution.command.debug,
Debug,
Category(org.eclipse.e4.ui.model.application.MApplication,Application Category,null,true),
org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@e5f05f8,
[Parameter(com.kms.katalon.composer.execution.runMode,Run Mode,null,true)],true),[org.eclipse.core.commands.Parameterization@de6e4672]),
org.eclipse.ui.defaultAcceleratorConfiguration,
org.eclipse.ui.contexts.dialogAndWindow ,system)
SLF4J: Failed to load class “org.slf4j.impl.StaticLoggerBinder”.
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See SLF4J Error Codes for further details.
Warning: NLS unused message: HAND_INSTANT_BROWSERS_DIA_MESSAGE in: com.kms.katalon.objectspy.constants.objectspyMessages
Warning: NLS unused message: HAND_INSTANT_BROWSERS_DIA_TITLE in: com.kms.katalon.objectspy.constants.objectspyMessages
Warning: NLS unused message: INSTANT_BROWSER_PREFIX in: com.kms.katalon.objectspy.constants.objectspyMessages
Warning: NLS unused message: MENU_ITEM_INSTANT_BROWSERS in: com.kms.katalon.objectspy.constants.objectspyMessages
Warning: NLS unused message: PREF_LBL_INSTANT_BROWSER_PORT in: com.kms.katalon.objectspy.constants.objectspyMessages
Warning: NLS unused message: PREF_LBL_INSTANT_BROWSER_PORT_DO_NOT_SHOW_WARNING_DIALOG in: com.kms.katalon.objectspy.constants.objectspyMessages
Warning: NLS missing message: DIA_MSG_SELECT_ALL_BTN in: com.kms.katalon.objectspy.constants.objectspyMessages
Warning: NLS missing message: DIA_MSG_DE_SELECT_ALL_BTN in: com.kms.katalon.objectspy.constants.objectspyMessages

!ENTRY org.eclipse.e4.ui.workbench 4 0 2019-01-10 15:57:48.043
!MESSAGE
!STACK 0
java.net.BindException: Address already in use: bind
at sun.nio.ch.Net.bind0(Native Method)
at sun.nio.ch.Net.bind(Net.java:433)
at sun.nio.ch.Net.bind(Net.java:425)
at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:317)
at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80)
at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:235)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at org.eclipse.jetty.server.Server.doStart(Server.java:390)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at com.kms.katalon.objectspy.websocket.AddonSocketServer.start(AddonSocketServer.java:62)
at com.kms.katalon.objectspy.dialog.NewObjectSpyDialog$1.run(NewObjectSpyDialog.java:150)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:119)
Warning: NLS missing message: TEST_CASE_VARIABLE_EDITOR in: com.kms.katalon.constants.documentationMessages

Yes, my browsers are installed correctly. The error happens after clicking the browser button. It happens by selecting any of the 3 browsers I have installed (Chrome, Firefox, IE). I’ve also tried running katalon as an administrator but the same error is displayed.

Please, verify current log attachment.

katalon_01112019.log (51.6 KB)

2 Likes

Just complementing, apparently this happened after the last update. Before this update, it was working correctly.

image

I’m sending the configuration log attached.

Katalon_Configuration.txt (243.2 KB)

2 Likes

Granted it’s Monday morning but, any update on this?

EDIT: Has anyone tried re-installation of v5.10.1? I came across this

and they had this issue with just the spy in v5.10 but a new installation of 5.10.1 fixed their issue. If I don’t hear back by EOD I’ll give this a shot myself to see if it helps and report back.

EDIT 2: All, unfortunately I can report that this does not solve the problem at hand. I got a brand new installation of the current Katalon version and got the error right away when trying to use the recorder and object spy :fearful:

EDIT 3: Just wanted to bump this and reach out again on any discoveries or progress on this issue.

1 Like

yeah. Even I’m facing the problem after the update.

Yes…I did the same thing, a new installation, and the error continue…

Hello Alice, do you have some new information about the errors investigation?

1 Like

Some of the other posts for this issue seem to have had success reinstalling the browsers. For me, I can’t do this do to security settings on my laptop, so I just rolled back to the 5.10.0 build and it works with that one until an actual fix is deployed.

Hey Keith,

How did you end up doing the rollback? I fear I may have to do the same soon due to some time constraints on what I’m working on-

Thanks,

From their Git release repository:
Edit:
This is all the releases

This is 5.10.0

2 Likes

Actually, using the previous version (5.10.0) no error occurs.

1 Like

It’s a Sev 1, happening with many user, easily reproducible, logs provided to Katalon team (@Alice),however still no resolution - it’s a shame, I’m stuck.

Can someone please send me the link for 5.10.0 to install again, as it was working juts fine before update to 5.10.1

1 Like

Hello,

I wanted to circle back on this to see if there has been anything found or anything done to get this issue mitigated. I saw Katalon store launched which made me see if there was a new version of Katalon to go with it but it looks like 5.10.1 is still the latest which is also still not letting me use the web manipulation tools.

Any and all info is appreciated,

EDIT: I found that version 6.0.4 has been released. I have gotten that but this bug described in this thread is still persistent here.

Sorry for the issue. You can find older versions here:

@douglas.gragnano, @Tyler_Prada, @sydney.manish We are still not be able to reproduce the issue. We will take a look at the code changes between two versions. Could you all please confirm again that this issue only happens on 5.10.1 and not 5.10.0?