Different web drivers invoking using selenium java

The ways to invoke different web drivers in selenium are as follows. For Chrome Driver use the following syntax. This is the driver path- “/Users/………/chromedriver” For gecko driver (Firefox driver) use the following one. For the Microsoft edge driver use the following . Links to download different drivers. Chrome Driver- https://chromedriver.chromium.org/downloads Firefox Driver- https://github.com/mozilla/geckodriver/releases Edge…