Nearsoft\SeleniumClient\Exceptions\NoSuchFrame::__construct PHP Method

__construct() public method

public __construct ( $message = "" )
    public function __construct($message = "")
    {
        parent::__construct(" A request to switch to a frame could not be satisfied because the frame could not be found. " . $message);
    }
NoSuchFrame