for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Webino (http://webino.sk/)
*
* @link https://github.com/webino/WebinoDev/ for the canonical source repository
* @copyright Copyright (c) 2014-2017 Webino, s. r. o. (http://webino.sk/)
* @license BSD-3-Clause
*/
namespace WebinoDev\Test\Selenium\WebDriver;
* For mocking PHPWebDriver_WebDriverElement
class TestElement implements ElementInterface
{
* {@inheritDoc}
public function text()
}
public function attribute($name)
public function click()
public function clear()
public function sendKeys($keys)
public function submit()
public function displayed()