Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I agree that there isn't a clear documentation set for the "new" Selenium 2 version, which is frustrating.</p> <p>Leet is right - that's the best documentation I've found too, but it's not PHP-specific and so sometimes vague on return types, error handling etc. There is actually a minor version update here: <a href="http://release.seleniumhq.org/selenium-core/1.0.1/reference.html" rel="nofollow">http://release.seleniumhq.org/selenium-core/1.0.1/reference.html</a></p> <p>It seems the last time the main site included documentation on the actual methods was around v3.3 <a href="http://phpunit.de/manual/3.3/en/selenium.html" rel="nofollow">http://phpunit.de/manual/3.3/en/selenium.html</a>. If you change the version number you can see the list of methods getting shorter! You may find some older info here.</p> <p>Also there are recent discussions in the Github issues around the new @method syntax and compatiblity with documentors and IDE code-assist, so perhaps they are busy working on the new documentation? <a href="https://github.com/sebastianbergmann/phpunit-selenium/issues/251" rel="nofollow">https://github.com/sebastianbergmann/phpunit-selenium/issues/251</a></p> <p>I have just tried to build the documentation from the source with phpDocumentor2, and indeed there are a lot of errors regarding the new @method syntax and resulting doc set is pretty slim on information! I guess this is a side-effect of the methods being accessed via __call, and not real methods, making it all a bit obscure.</p> <p>Update: I wrote this article after exensive research into the the documentation for v1 and v2. </p> <p><a href="http://scipilot.org/blog/2013/06/30/re-learning-unit-testing-selenium-2-phpunit-selenium/" rel="nofollow">http://scipilot.org/blog/2013/06/30/re-learning-unit-testing-selenium-2-phpunit-selenium/</a></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload