Python Remote Server Setup Help

Hi,

I have summarized my issue here: Question - Help Please · Issue #63 · robotframework/PythonRemoteServer · GitHub

Hi,

I have the python remote server running on one machine. See screenshot (connectionerror.png)

And I am trying to run a selenium test from another machine calling the keywords from the above machine. But I get this error (seleniumtesterror.png).

I would appreciate if you can help me figure out what I am doing wrong. Thanks!

image

Appreciate any help!

Thanks,

Yes, I would also say that the URL is not valid.

Have you tried the Testing functions of Remote Server?

That was a very silly mistake on my part! Yes that worked! :slight_smile: Thanks for pointing it out. Appreciate it

So the ip address I provide in Open Browser by the way is where I want the browser to launch. Currently its launching in remote machine where server is started. Maybe I need to play around with arguments more?