How does Webdriver / Selenium “talk” to your local web browser?

It does this by having a webserver within the Webdriver addon for firefox. The language bindings then do a REST-ish type call to it to get something done, like clicks, typing etc You can see the REST-ish interface Here We call it the Json Wire protocol. We also have more native events via the Advanced User Interactions API This does more native clicks and typing, at the OS level Each language binding takes care of that for you so you don't need to worry about it.

It does this by having a webserver within the Webdriver addon for firefox. The language bindings then do a REST-ish type call to it to get something done, like clicks, typing etc. You can see the REST-ish interface Here. We call it the Json Wire protocol.

We also have more native events via the Advanced User Interactions API. This does more native clicks and typing, at the OS level. Each language binding takes care of that for you so you don't need to worry about it.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions