sensiolabs / BehatPageObjectExtension

MIT License
117 stars 48 forks source link

Outdated Documentation #133

Closed benztest closed 3 years ago

benztest commented 4 years ago

When following the documentation at readthedocs several links throughout are out of date and link to dead pages.

Please could a full example of code be included as well. (Especially around nested elements) As the error message "getElement" method is not available on the MyExample (BadMethodCallException) is really not clear.

Thanks, Ben

jakzal commented 4 years ago

Could you paste a code snippet to show what you're trying to do?

benztest commented 4 years ago

Hi @jakzal,

Thanks for the response, I no longer require assistance with nested elements. I've since restarted a number of times and the issues I was likely encountering is either related to my composer setup or I did not replace $this->getDriver() with $this->getSession().


The docs however are outdated and the example about nested elements also contains an error: public function logo() { return $this->getElement('Logo')' }

public function logo() { return $this->getElement('Logo'); }