Like Us

header ads

When the automation script is executed, the following steps happen:
  1. for each Selenium command, a HTTP request is created and sent to the browser driver.
  2. the browser driver uses a HTTP server for getting the HTTP requests.
  3. the HTTP server determines the steps needed for implementing the Selenium command.

Selenium is a portable software-testing framework for web applications. Selenium provides a playback (formerly also recording) tool for authoring tests without the need to learn a test scripting language (Selenium IDE).

Post a Comment

1 Comments