TestingDocs.com
Software Testing website
  • Automation
    • Selenium
    • JBehave Framework
  • Tutorials
    • MySQL Tutorials
    • Testlink
    • Maven
    • Git
  • IDEs
    • IntelliJ IDEA
    • Eclipse
  • Flowcharts
    • Flowgorithm
    • Raptor
  • About

Javascript

Webdriver Manager Tool

Overview

In this tutorial, we will learn about Webdriver Manager Tool. This is a command line tool to run Protractor tests using an instance of a Selenium Server.

Protractor install will also install the webdriver-manager tool. This tool is used for running the tests against the AngularJS application in a specific browser.

Start the tool

To start the web driver manager, Open the command prompt and issue the following command:

\> webdriver-manager start

webdriver Manager Start

The above will start a Selenium Server. Protractor tests will send requests to this Selenium server to control a local browser. In Protractor tests, the web driver will automatically load and run the test in the relevant browser.

We can open the following default URL in a web browser to view the status of the Selenium server http://localhost:4444/wd/hub.

Update the Tool

In this section, we will see how to update the tool. To update the tool to the latest version, issue the following command:

Open the command prompt

\> webdriver-manager update

Webdriver Manager Update

 

Related Posts

npm doctor command

Javascript /

npm doctor command

npm config global warning

Javascript /

Fix npm warnings config global `–global`, `–local` are deprecated.

Javascript /

Popular JavaScript Frameworks

install selenium-webdriver package

Javascript /

Install selenium-webdriver package

Install Protractor

Javascript /

Install Protractor on Windows

‹ How to write a Simple JavaScript Function› Download & Install Node.js on Windows 10

Recent Posts

  • Update draw.io on Windows
  • Install RAPTOR Avalonia on CentOS
  • Download RAPTOR Avalonia Edition on Windows
  • npm doctor command
  • Build & Run CLion Project
  • Create New CLion C Project on Windows
  • Configure CLion Toolchains on Windows
  • Launch CLion IDE on Windows
  • Activate CLion IDE
  • CLion IDE for C/C++ Development

Back to Top

Links

  • Contact
  • Privacy Policy
  • Cookie Policy

www.TestingDocs.com