When using a php binding such as Facebook's
https://github.com/facebook/php-webdriver or the one used by Mink
http://mink.behat.org/, how can desired capabilities be passed ?
For example,
after starting the standalone server using java -jar standalone.jar, I launch a php script with a simple capability array, such as platform => VISTA, which gets json_encoded by the php binding and sent to selenium. However however the capabilities returned by selenium do not reflect the change. In /wd/hub, all my sessions systematically have the same set of capabilities and I cannot alter or add to them.
Any idea ?
Using standalone server version 2.28
Thanks in advance