Puja Jagani
Puja Jagani
Sounds good. Please provide updates when you get a chance to do so, I will be happy to help.
Are you able to reproduce it without using Cucumber using 4.16.1? Can you try to isolate it and create a simple project and try it out please? I think Diego...
I appreciate your efforts here. However, I will need something reproducible to work with. It could be a sample project (GitHub project with instructions)or a minimal reproducible test script/setup, possibly...
Thank you for the update and the details around it.
I understand your concern. Ideally, it should work. The code example works as expected. The underlying implemented for both methods are different protocols. While the goal is to achieve the...
Can you check the debug logs? I don't think it is supported in Edge yet https://wpt.fyi/results/webdriver/tests/bidi/network/continue_with_auth?label=master&label=experimental&aligned&view=subtest.
@TamsilAmani Appreciate the detailed overview for each language. I think it can help document what is present better based off of your findings above. Pardon my limited knowledge of this...
I was able to reproduce this with a simpler example without requiring mobile config. ``` describe('waituntil', function() { this.tags = ['until']; it('demo test using waituntil', async function(client) { await client.navigateTo('https://www.wikipedia.org/');...
Connections from local IP address (127.0.0.1, ::1) aren't allowed with `localhost` as allowed origin
Removing the `Origin` header currently is not possible from the Grid and Java bindings because netty sends one by default https://github.com/SeleniumHQ/selenium/issues/10348#issue-1128980911.
Connections from local IP address (127.0.0.1, ::1) aren't allowed with `localhost` as allowed origin
So based on my attempts I found calling the geckodriver with --allow-origins tricky/not possible. `--allow-origins` need the exact address with host and port. However, I did not find a way...