标签: codeception
我需要使用Codeception在Omnibox中加载data:text/html, <html><body><img src=https://example.com/image.jpg></body></html>,以便在浏览器中呈现此类网页。
data:text/html, <html><body><img src=https://example.com/image.jpg></body></html>
$I->amOnURL
Wrong URL passes, host and scheme not set将失败
Wrong URL passes, host and scheme not set
$I->ExecuteJS将失败,因为forbidden使用数据:JS链接
$I->ExecuteJS
有没有人知道如何实现它?