由于某些原因,我们的持续集成测试自2017年2月7日(星期二)以来一直失败。
日志是通过https://github.com/SeleniumHQ/selenium/wiki/JsonWireProtocol#user-content-log-entry-json-object生成的
我用过铬56.0.2924.87-1
ChromeDriver 2.25
[1] => Array
(
[level] => SEVERE
[message] => https://www.sandbox.paypal.com/signin/inject/?stsRedirectUri=https%3A%2F%2Fwww.sandbox.paypal.com%2Fcheckoutnow%2F2&country.x=US&locale.x=en_US&returnUri=https%3A%2F%2Fwww.sandbox.paypal.com%2Fcheckoutnow%2F2&state=%3Fflow%3D1-P%26token%3DEC-5N74679848773161E%26useraction%3Dcommit&flowId=EC-5N74679848773161E&correlationId=c2516170ad8f6&flowContextData=d-T_d1elACFNiXhhfk4mio6Sh6WWFGmbOuXXROs9tP7rjABQARmehjUHUAKHiCRWrplD4ufu0B8WDTklRnEubKC-FY90pbF_e3y0S5fNbCjSjKyO8meAs7IsOC0&rememberMe=true - Unrecognized Content-Security-Policy directive 'reflected-xss'.
[timestamp] => 1486491911470
)
[2] => Array
(
[level] => SEVERE
[message] => about:blank - Unrecognized Content-Security-Policy directive 'reflected-xss'.
[timestamp] => 1486491911554
)
[3] => Array
(
[level] => SEVERE
[message] => about:blank - Unrecognized Content-Security-Policy directive 'reflected-xss'.
[timestamp] => 1486491911554
)
[4] => Array
(
[level] => SEVERE
[message] => https://www.paypalobjects.com/web/res/069/67a0e1f4befbbcfdd8dc1dfb1f35b/js/app.js 47 Unrecognized Content-Security-Policy directive 'reflected-xss'.
[timestamp] => 1486491911899
)
[5] => Array
(
[level] => SEVERE
[message] => https://www.paypalobjects.com/web/res/069/67a0e1f4befbbcfdd8dc1dfb1f35b/js/app.js 47 Unrecognized Content-Security-Policy directive 'reflected-xss'.
[timestamp] => 1486491911899
)我能解决我这边的问题吗?
发布于 2017-03-01 01:50:15
Chrome已在版本56和更新版本中弃用此CSP
https://www.chromestatus.com/feature/5769374145183744
这将取决于您实际访问的站点是否正确地应用了头,所以不是您可以通过客户端测试来控制的。
发布于 2017-02-08 15:52:17
降级到me 55.0.2883.87-1 (ChromeDriver 2.24 )对我有帮助
https://stackoverflow.com/questions/42107485
复制相似问题