E
E
Eva052017-08-08 18:33:54
Python
Eva05, 2017-08-08 18:33:54

How to do tests remotely using Selenium Server in Python?

Good day to all!
I have a task:
There are two laptops (one home, one work). The task is that while at work I can connect remotely to my home laptop, run python code on it, use Selenium and he (home laptop) could "run" through the sites that are written to the code and execute the appropriate commands.
Just want to say that I'm not strong in system administration.
As far as I understand, Selenium Server should be downloaded to a home laptop and connected via port 4444.
But I still could not find any tutorial where this process was shown from beginning to end.
I would be very grateful for detailed links or good advice
Thanks in advance to everyone who cares and is willing to help!

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vlad Grigoriev, 2017-08-09
@Eva05

If the tests have to go to remote nodes, then yes, you need a server, if the browser tests can be opened where the tests are executed, then you do not need it.
Examples for using selenium grid one two three

D
Dmitry Eremin, 2017-08-08
@EreminD

Let's start with the fact that your computer must be available on the global network.
Can you connect to yourself via RDP or telnet from work?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question