Need help on PhpUnit
Can you please suggest how to capture the network traffic in phpunit using selenium.
T开发者_开发知识库hanks
To my knowledge, that is currently not possible without heavy customization.
I suggest you follow this: I'm afraid you might have to modify your selenium extension
https://github.com/sebastianbergmann/phpunit-selenium/issues/61
http://code.google.com/p/selenium-profiler/source/browse/trunk/web_profiler.py
精彩评论