0

we are running selenium with chrome on the server side , the chrome is running some process intensive task on the server side therefore CPU usage is really high , which also cause some issues for other applications that are running on server side.

This selenium script is highly integrated with other applications that we have running on the server.

to not make other applications effected by the CPU load on chrome side , I was thinking can selenium connect to remote chrome instance running on a separate server and I can connect it to with the our server.

1
  • Selenium Grid is used for that. (You can have a machine per node if you like...) You should try to get away with using HTMLUnit if you can. (it's got a much smaller footprint than a normal browser) Depends on your use-case...CommentedMar 11 at 18:46

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.