Closed tuananh closed 8 years ago
phantom stdout: NETWORK_ERR: XMLHttpRequest Exception 101: A network error occurred in synchronous requests.
From this answer on StackOverflow, i would need to --web-security=[true|false]. How do i do that with x-ray-phantom?
--web-security=[true|false]
x-ray-phantom
x = Xray().driver(phantom({webSecurity:false})) this works for me
x = Xray().driver(phantom({webSecurity:false}))
From this answer on StackOverflow, i would need to
--web-security=[true|false]
. How do i do that withx-ray-phantom
?