Nearsoft\SeleniumClient\By::__construct PHP Method

__construct() public method

public __construct ( $strategy, $selectorValue )
    function __construct($strategy, $selectorValue)
    {
        $this->_strategy = $strategy;
        $this->_selectorValue = $selectorValue;
    }