Introduction to Laravel Dusk
8.xLaravel Dusk is a browser automation and testing API designed to be expressive and easy to use. It allows you to write tests that interact with your application through a real browser.
By default, Dusk simplifies setup by using a standalone Chromedriver, meaning you do not need to manually install the JDK or Selenium on your machine. However, the system is flexible enough to allow you to use any other Selenium driver if required.