phpunit-selenium
phpunit-selenium copied to clipboard
API refactoring
From the coder point of view it would be much easier if:
value() will replace current contents of element append() will to what value() currently does
there will be ability to chain methods $this->byTag("body")->clear()->append()->value();
so if method do not returns any value, it should return element itself.
what do you think about that?