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 |
What are the annotations available in testng?
How can we find the value of different attributes like name, class, the value of an element?
what are the Dynamic elements in web Application?
What kind of testing does selenium support?
what are challenges you faced in your last project?
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();?
What exactly is the price of selenium test-suite?
What exactly is selenium remote-control (rc) tool?
What is the alternative to driver.get() method to open an url using selenium webdriver?
How to handle alerts in selenium webdriver?
How to run a group of test cases using testng?
How do you handle alert popup?