interface SelectorInterface
Mink selector engine interface.
@author Konstantin Kudryashov <ever.zet@gmail.com>
Hierarchy
- interface \Behat\Mink\Selector\SelectorInterface
Expanded class hierarchy of SelectorInterface
All classes that implement SelectorInterface
File
-
vendor/
behat/ mink/ src/ Selector/ SelectorInterface.php, line 18
Namespace
Behat\Mink\SelectorView source
interface SelectorInterface {
/**
* Translates provided locator into XPath.
*
* @param string|array $locator current selector locator
*
* @return string
*/
public function translateToXPath($locator);
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overrides |
---|---|---|---|---|
SelectorInterface::translateToXPath | public | function | Translates provided locator into XPath. | 2 |