How to click on an element in PHP-Codeception?
Hey Rhian,
To click an element in PHP-Codeception, add the following snippet in the acceptance test file:
$I->click('Logout');
How to click on an element in PHP-Codeception?
Hey Rhian,
To click an element in PHP-Codeception, add the following snippet in the acceptance test file:
$I->click('Logout');