macdriver
macdriver copied to clipboard
user-agent?
i was looking at the examples on the repo, and tried some ways to add a "user-agent" header, but i wasn't able, does this feature exists on this API?
(ignore the malformed url)
The webview (wv) should have a customUserAgent property. Did you try wv.SetCustomUserAgent("My user agent")?
Hope this helped.