我可以在 Codeception 的验收测试中执行 Javascript mit PhpBrowser 吗?
Can I execute Javascript mit PhpBrowser in Acceptance Tests in Codeception?
我想做这样的事情:
$I->amOnPage('<URL>');
$I->executeJS('alert("yay!")'); // executeJS does not exist, I am looking for something like it
据我搜索,我可以使用 WebDriver 来完成,但是否也可以使用 PhpBrowser?
不,用 PhpBrowser 是不可能的。
我想做这样的事情:
$I->amOnPage('<URL>');
$I->executeJS('alert("yay!")'); // executeJS does not exist, I am looking for something like it
据我搜索,我可以使用 WebDriver 来完成,但是否也可以使用 PhpBrowser?
不,用 PhpBrowser 是不可能的。