This test would emit the GET /session/:sessionId/element/:id/value request that isn't the part of JsonWire protocol. So the selenium v2.42.0 (and higher) return HTTP 500 response for the request.
For further use it's supposed one will use $element->attribute('value')
Added backward-compatible implementation for the
$element->value()
method that was introduced in selenium v2.42.0See:
getValue
keyword)Steps to reproduce the issue:
This test would emit the
GET /session/:sessionId/element/:id/value
request that isn't the part of JsonWire protocol. So the selenium v2.42.0 (and higher) returnHTTP 500
response for the request.For further use it's supposed one will use
$element->attribute('value')