Hello,
It is impossible to define an element with the xpath selector
As in the example of the getDefined method
/*
* - :elementName => :cssLocator
* - :elementName => [:selectorType => :locator]
The return type can only be string and not array.
|
private function resolveParameters(string $name, array $parameters, array $definedElements): string |
Hello,
It is impossible to define an element with the xpath selector
As in the example of the getDefined method
The return type can only be string and not array.
PageObjectExtension/src/Page/Page.php
Line 195 in 2e65b0b