Selectors
On this page
#Add your own selectors
You can add these in a JSON format file present in the Tests/Selectors folder and its name must be as follows: <locale>.json (e.g.: fr.json)
Copied!
1{2 "FrontOffice": {3 "Product": {4 "pageTitle": "h1.product-page-title"5 }6 }7}
The structured datas will follow the namespace as this : FrontOffice\Product\Page.