我正在使用PHPunit + Selenium WebDriver。在其中一个测试用例中,我需要进行html表单验证(检查所有必填字段是否已填写)这要求我在提交后检查页面刷新事件是否发生形式..
注意:我尝试实现以下链接(解决方案-2)但是phpunit正在抛出sytax错误 - 意外的'jsExecutor' How to check if refresh page event occurs or not after an UI event (ex. click on a button)
请帮帮我