How does Webdriver / Selenium "talk" to your local web browser? -


for example firefoxdriver, how sending out clicks , commands firefox instance?

it having webserver within webdriver addon firefox. language bindings rest-ish type call done, clicks, typing etc.

you can see rest-ish interface here. call json wire protocol. have more native events via advanced user interactions api. more native clicks , typing, @ os level.

each language binding takes care of dont need worry it.


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -