-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting error - HTML Page #1
Comments
Hi @qburst-hari can you share some additional information about this issue? (Maybe a code example?) |
Yes, I am using webdriverio selenium for automation. so since by default chrome driver listens to port 4444. I changed the debugging port also to port 4444. When I run the selenium test without har-recorder, my automation page loads. But when I add har recorder. It loads this selenium page. |
Interesting. Can you try to clone and run this example project and let me know if it works for you? I'm trying to understand if this is a system configuration issue or a problem in the way the recorder is used in your code. |
Sure, let me check and update you |
Thats working for me. There are some errors, but the har file is generated. for me the problem is. I am starting my selenium standalone in port 4444. so for the chrome debug mode, If I add any other port - I will get error - connect ECONNREFUSED 127.0.0.1:9223 If I add 4444. I am getting that html page which I dont have any clue what it does. |
My chrome configuration is like below :
|
var HarRecorder = require("har-recorder") onPrepare: function() { onComplete: function() { I have used it with hooks of webdriverio |
This looks like it should work 🤔 |
Maybe the webdriverio hooks work differently than my selenium-webdriver example? |
Hi, I have invited you as a collabarator for a sample project. Please have a look. |
Thanks @harismahesh I will try to run this tomorrow |
Hi @idoco got any chance to look into the files |
Hi @idoco , Also another issue I faced is I am not able to run testcases in parallel. |
Selenium v.
Whoops! The URL specified routes to this help page.
For more information about Selenium please see the docs and/or visit the wiki. Or perhaps you are looking for the Selenium console.
Happy Testing!
The text was updated successfully, but these errors were encountered: