There is request header (which works like VPN) I need to add before I open a webpage.
I’ve been trying different approaches like JS executor, Modheader, Proxy and nothing really helped. Only with JS executor I was able to add this request header but only after I’ve opened a webpage what is unacceptable.
Maybe some know some approaches that works as expected?
<code>//some code to add request header
</code>
<code>//some code to add request header
</code>
//some code to add request header
<code>driver.get("https://myWebsite");
</code>
<code>driver.get("https://myWebsite");
</code>
driver.get("https://myWebsite");
New contributor
Serj is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.