Nearsoft\SeleniumClient\By::__toString PHP Méthode

__toString() public méthode

public __toString ( )
    public function __toString()
    {
        return "By strategy: '" . $this->_strategy . "', strategy factor '" . $this->_selectorValue . "'";
    }