How selenium grid hub keeps in touch with rc slave machine?



How selenium grid hub keeps in touch with rc slave machine?..

Answer / Shaifali Bansal

Selenium Grid Hub communicates with RC (Remote Control) slave machines using the JSON Wire Protocol. The Grid Hub acts as a server that manages multiple instances of WebDriver sessions, distributes tests to available nodes, and maintains communication between the client and the respective slaves.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Selenium Interview Questions

What are the annotations available in testng?

1 Answers  


How can we find the value of different attributes like name, class, the value of an element?

1 Answers  


what are the Dynamic elements in web Application?

2 Answers   Eton, HCL,


What kind of testing does selenium support?

1 Answers  


what are challenges you faced in your last project?

1 Answers  


What is the purpose of creating a reference variable- 'driver' of type webdriver instead of directly creating a firefoxdriver object or any other driver's reference in the statement webdriver driver = new firefoxdriver();?

1 Answers  


What exactly is the price of selenium test-suite?

1 Answers  


What exactly is selenium remote-control (rc) tool?

1 Answers  


What is the alternative to driver.get() method to open an url using selenium webdriver?

1 Answers  


How to handle alerts in selenium webdriver?

1 Answers  


How to run a group of test cases using testng?

1 Answers  


How do you handle alert popup?

1 Answers  


Categories