Closed rgupta95 closed 1 month ago
Hi @rgupta95 , could you share logs from your console? Looks strange, hlm-backend is active and stored your locators.
Hi @rgupta95 , When I am trying to run a test, this is the error I am getting
Exception in thread "main" java.io.UncheckedIOException: org.asynchttpclient.exception.RemotelyClosedException: Remotely closed at org.openqa.selenium.remote.http.netty.NettyHttpHandler.makeCall(NettyHttpHandler.java:73) at org.openqa.selenium.remote.http.AddSeleniumUserAgent.lambda$apply$0(AddSeleniumUserAgent.java:42) at org.openqa.selenium.remote.http.Filter.lambda$andFinally$1(Filter.java:55) at org.openqa.selenium.remote.http.netty.NettyHttpHandler.execute(NettyHttpHandler.java:48) at org.openqa.selenium.remote.http.AddSeleniumUserAgent.lambda$apply$0(AddSeleniumUserAgent.java:42) at org.openqa.selenium.remote.http.Filter.lambda$andFinally$1(Filter.java:55) at org.openqa.selenium.remote.http.netty.NettyClient.execute(NettyClient.java:97) at com.epam.healenium.client.RestClient.getElements(RestClient.java:134) at com.epam.healenium.SelfHealingEngine.loadStoredSelectors(SelfHealingEngine.java:173) at com.epam.healenium.SelfHealingDriver.callInitActions(SelfHealingDriver.java:65) at com.epam.healenium.SelfHealingDriver.create(SelfHealingDriver.java:42) at com.epam.healenium.tests.TestFirst.main(TestFirst.java:15) Caused by: org.asynchttpclient.exception.RemotelyClosedException: Remotely closed at org.asynchttpclient.exception.RemotelyClosedException.INSTANCE(Unknown Source)
Fixed at rev 3.5.4
Describe the problem
I have tried integrating healenium latest maven dependency 3.3.0 but getting below error while running the project Oct 10, 2022 9:21:11 PM com.epam.healenium.client.HealingClient makePost WARNING: Failed to perform POST request. Reason: Failed to connect to localhost/127.0.0.1:7878 [INFO] sessionKey= null [WARNING] Couldn't obtain session key from server!
Healenium Web version
3.3.0
Healenium Backend version
3.2.4
Selenium version
4.4.0
Platform
18.02
Properties file
recovery-tries = 1 score-cap = 0.5 heal-enabled = true hlm.server.url = http://localhost:7878 hlm.imitator.url = http://localhost:8000
Logs appeared during using Healenium
Additional context
For security issue i can not upload anything from my local but i think the error is suffice for as of now.