-
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);
| <?php | |
| // Initiate Symfony | |
| require_once __DIR__ . '/vendor/autoload.php'; | |
| use Symfony\Component\Process\Process; | |
| // Basic-Configuration | |
| $config = [ | |
| 'bin' => 'bin/satis', | |
| 'json' => 'satis.json', |