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
Post a Comment