phpunit-selenium icon indicating copy to clipboard operation
phpunit-selenium copied to clipboard

API refactoring

Open jakubsacha opened this issue 11 years ago • 0 comments

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?

jakubsacha avatar Mar 25 '14 09:03 jakubsacha