How to get attribute value of an element using Php - Codeception?
Hello Joe-elmoufak,
You can refer to the following code snippet, that will help you fetch the attribute value of an element:
$I->pauseExecution();
$I->grabAttributeFrom('#name', 'title');