kaliiiiiiiiii / Selenium-Profiles

undetected Selenium using chromedriver and emulation / device profiles
Other
255 stars 29 forks source link

Question Proxy Support Android #17

Closed thisistorsten closed 1 year ago

thisistorsten commented 1 year ago

Hi,

how can i add proxy support to the profile?

{
  "Android": {
    "options": {
      "browser": {
      "gpu": false,
      "window_size": {"x":384,"y":700}}
    },
    "cdp": {
      "touch": true,
      "maxtouchpoints": 1,
      "emulation": {"mobile":true,"width": 384, "height": 700, "deviceScaleFactor": 4,
        "screenOrientation": {"type": "portraitPrimary", "angle": 0}},
      "useragent": {
                "platform": "Linux aarch64",
                "acceptLanguage":"en-US",
                "userAgent": "Mozilla/5.0 (Linux; Android 11; HD1913) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Mobile Safari/537.36",
                "userAgentMetadata": {
                    "brands": [{"brand": "Google Chrome", "version": "105"}, {"brand": "Not)A;Brand", "version": "8"},
                               {"brand": "Chromium", "version": "105"}],
                    "fullVersionList": [{"brand": "Google Chrome", "version": "105.0.5195.136"},
                                        {"brand": "Not)A;Brand", "version": "8.0.0.0"},
                                        {"brand": "Chromium", "version": "105.0.5195.136"}],
                    "fullVersion": "105.0.5195.136",
                    "platform": "Android",
                    "platformVersion": "11.0.0",
                    "architecture": "",
                    "model": "HD1913",
                    "mobile": true,
                    "bitness": "",
                    "wow64": false}
      }
    }
  }
}
kaliiiiiiiiii commented 1 year ago
kaliiiiiiiiii commented 1 year ago

@thisistorsten Elsewise, please provide more information//clarity

kaliiiiiiiiii commented 1 year ago

Closed for now because of inactivity.