You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you please clarify how can I use custom header with Chrome driver the same way I can use it with Phantomjs?
For example I need to use the following headers for my shots:
phantom.customHeaders = {
'X-HLM-GeoIP': '207.7.82.113',
'User-Agent': 'Mozilla/5.0 (iPhone; CPU iPhone OS 12_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/12.0 Mobile/15A372 Safari/604.1'
};
How can I use it with Chrome?
The text was updated successfully, but these errors were encountered:
Could you please clarify how can I use custom header with Chrome driver the same way I can use it with Phantomjs?
For example I need to use the following headers for my shots:
phantom.customHeaders = {
'X-HLM-GeoIP': '207.7.82.113',
'User-Agent': 'Mozilla/5.0 (iPhone; CPU iPhone OS 12_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/12.0 Mobile/15A372 Safari/604.1'
};
How can I use it with Chrome?
The text was updated successfully, but these errors were encountered: