Your IP : 216.73.216.79


Current Path : /var/www/html/dyna-hr/vendor/codeception/base/tests/web/
Upload File :
Current File : /var/www/html/dyna-hr/vendor/codeception/base/tests/web/ReconfigureWebDriverCept.php

<?php
$I = new WebGuy($scenario);
$I->wantTo('test two different browsers in one test');
$I->changeBrowser('chrome');
$I->amOnPage('/user-agent');
$I->see('Chrome');
$I->changeBrowser('firefox');
$I->amOnPage('/user-agent');
$I->see('Firefox');