phpunit-selenium
phpunit-selenium copied to clipboard
element->value() getter no longer works with Selenium server 2.43.1
Encountered problem getting value. Response : PHPUnit_Extensions_Selenium2TestCase_WebDriverException: GET /session/0fc7e7d1-4357-4ffa-a8a1-fe54e21ec5f4/element/22/value Build info: version: '2.43.1', revision: '5163bce', time: '2014-09-10 16:27:33' System info: host: '****', os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_67'
Driver info: driver.version: unknown
Looking to the identical issue below: the strange thing is that setting the value works:
$element->value('abc');
But retrieving doesn't seem to work:
$element->value();
I think this may be a duplicate of #315
Guys, is it still the issue? The tests run successfully on v2.44
@VD17593 , @steven-hadfield