Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to launch the browser on client side using selenium webdriver

I am new to selenium. I am developed one application using a selenium web driver for doing some actions on the webpage. It's perfectly working when I am running locally i.e., it launches a browser in my machine. I deployed this application on a VM server so the script runs on the server(launched browser in VM Ware Machine), not on the client-side. Can anyone help me with how can I launch the browser on the client-side?

like image 947
Suresh C Avatar asked Oct 16 '25 18:10

Suresh C


1 Answers

You have to create Hub and Nodes using selenium grid

You can refer this link to see step by step

http://www.seleniumeasy.com/selenium-tutorials/how-to-configure-selenium-grid

Your server will be hub and your client machine will be node

like image 77
shubham bansal Avatar answered Oct 19 '25 12:10

shubham bansal



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!