Installing Xdebug for XAMPP with PHP 7.x New: XAMPP - XDebug Setup for PHP 8 Requirements XAMPP for Windows: https://www.apachefriends.org/download.html Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019 Setup
Webdriver PHP API workthough Open a browser # start an instance of firefox with selenium-webdriver $browser_type = 'firefox' $host = 'http://localhost:4444/wd/hub' $capabilities = array(\WebDriverCapabilityType::BROWSER_NAME => $browser_type);