Laia Pacheco

Results 4 comments of Laia Pacheco

@daniel-rabe @michaelerobertsjr Hi! thanks to your solution now I am able to run my tests of a Web with Chromedriver mobile emulation. This is my config: ``` capabilities: { 'browserName':...

@aluzardo Hi!! Thanks for sharing your solution! I found the same solution as you (multicapabilities) and forgot to post it >_< Yes, it's the right one!

Hi @mylyo did you find a solution? I am facing a similar problem :(

In my case, I solved the problem using these headers for all the requests: `curl -X POST -H "Accept: application/vnd.kafka.json.v2+json" -H "Content-Type: application/vnd.kafka.json.v2+json" --data '{"topics":["my-topic"]}' URL/consumers/my_consumer/instances/my_consumer_instance/subscription` Hope that helps!