phpunit-selenium icon indicating copy to clipboard operation
phpunit-selenium copied to clipboard

element->value() getter no longer works with Selenium server 2.43.1

Open VD17593 opened this issue 11 years ago • 2 comments

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();

VD17593 avatar Oct 22 '14 17:10 VD17593

I think this may be a duplicate of #315

steven-hadfield avatar Oct 25 '14 06:10 steven-hadfield

Guys, is it still the issue? The tests run successfully on v2.44

@VD17593 , @steven-hadfield

zerkms avatar Dec 17 '14 21:12 zerkms