Puja Jagani
Puja Jagani
Connections from local IP address (127.0.0.1, ::1) aren't allowed with `localhost` as allowed origin
Enabling the trace logs has given me some insights. Sharing the relevant logs below: ``` 1664284222266 mozrunner::runner INFO Running command: "/Applications/Firefox Nightly.app/Contents/MacOS/firefox-bin" "--marionette" "--remote-debugging-port" "63406" "--remote-allow-hosts" "localhost" "--remote-allow-origins" "http://localhost:63406/" "-foreground"...
Connections from local IP address (127.0.0.1, ::1) aren't allowed with `localhost` as allowed origin
Thank you for having a look at the comments and providing an example. In this case, [AsyncHttpClient](https://github.com/AsyncHttpClient/async-http-client/blob/4e49e698ed21143390c2bae77d91aafe0af84342/client/src/main/java/org/asynchttpclient/netty/request/NettyRequestFactory.java#L202) sets it as `"origin" -> https://juliandescottes.github.io`. I realized it is not using the...
Connections from local IP address (127.0.0.1, ::1) aren't allowed with `localhost` as allowed origin
Thank you @whimboo for the insights, help, and filing an issue to fix this in geckodriver.
I am happy to look into things but this area is new. I will need more context around this to understand it better. @diemol How can I help contribute here?
" Do we want to wait for 5.0 to make this change? " - I think that might be a better option and the blog can linked to the major...
Thank you for providing the details. I am looking into it. I was able to come up with a solution that logs the selector for stale element reference error. I...
@Ayush-Vish Yes, it is a good idea to go ahead with it. All major the browsers support printing https://wpt.fyi/results/webdriver/tests/classic/print?label=master&label=experimental&aligned&view=subtest The Nightwatch print command can be mapped to the Selenium print...
Nightwatch has a "method-mappings.js" class which maps Nightwatch methods to the underlying Selenium method. That might be a good place to start.
Thank you for helping out with this. "What do we want to ultimately do with it? For example, I can use fs and write that to a PDF file on...
> @kora-rider - Can you create a sample project that can be used to reproduce the problem and share it here? That will make it easier for us to figure...