I'm using docker container "selenium/standalone-chrome-debug". On pages with embedded youtube videos I get errors that I can't reproduce on my own chrome browser. If I stop test and try to open the link from net::ERR_CONNECTION_RESET inside the same selenium chrome it will open the link without errors. None of this errors I don't see in my desktop chrome.
array(3) {
[0]=>
array(4) {
["level"]=>
string(6) "SEVERE"
["message"]=>
string(98) "
https://googleads.g.doubleclick.net/pagead/id - Failed to load resource: net::ERR_CONNECTION_RESET"
["source"]=>
string(7) "network"
["timestamp"]=>
int(1540025294905)
}
array(3) {
[0]=>
array(4) {
["level"]=>
string(6) "SEVERE"
["message"]=>
string(98) "
https://googleads.g.doubleclick.net/pagead/id - Failed to load resource: net::ERR_CONNECTION_RESET"
["source"]=>
string(7) "network"
["timestamp"]=>
int(1540025261692)
}
[1]=>
array(4) {
["level"]=>
string(6) "SEVERE"
["message"]=>
string(70) "chrome-extension://invalid/ - Failed to load resource: net::ERR_FAILED"
["source"]=>
string(7) "network"
["timestamp"]=>
int(1540025262340)
}
[2]=>
array(4) {
["level"]=>
string(6) "SEVERE"
["message"]=>
string(70) "chrome-extension://invalid/ - Failed to load resource: net::ERR_FAILED"
["source"]=>
string(7) "network"
["timestamp"]=>
int(1540025262341)
}
}