-
Notifications
You must be signed in to change notification settings - Fork 33
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
Execute javascript over https base url #1
Comments
May be this will need a proxy to work with selenium and socket.io. |
Will start working on this |
If this problem can be fixed, that would be perfect. I am in extreme need of this project. |
Yeah, I also meet this situation, anyone can solve it ? |
I have no solution but a workaround: Use https://mitmproxy.org/ . Start it in reverse proxy mode -R https://{your server} and you can use http://localhost:8080/ as a replacement for your real url. The injection of the JavaScripts that record your interactions works then. You can replay your recorded actions on any site with https. |
I just created a PR with a fix for this issue, please comment there if it works and if so lets merge it :) @ealves |
This issue is not a bug, it's a enhancement. Once you are not developing in a https and can’t control https, i suggest to not use this project. This tool is for end to end tests and not to validate integrations between different systems. I suggest another tool to extract informations, like crawlers. The idea besides using https is just to test in a production environment under control. Maybe something is missing or you have to describe some new steps to configure it right. Your PR doesn’t work for me @magestican |
@magestican I get this error in Windows 7:
|
@ealves Just FYI that we have a project which does not have ideal setup. We can test the system partially with HTTP, but HTTPS is pretty much required for us so that we can do full end to end testing. Is there any hope to see HTTPS support in the near future? And do you know how to run selenium web driver in HTTPS-mode? |
Problem when try to execute javascript with non https src.
The text was updated successfully, but these errors were encountered: