How to click on an element in PHP-Codeception?

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');