Questions tagged [kameleo]

6 questions
2
votes
1 answer

Kameleo Automation - get a unique and random Chrome version when creating profiles

I'm using Kameleo's local-api-client-python with Selenium to automate browser profile generation and browser actions. I noticed that when I automate the profiles are being created with the same chrome version, how do I get that to be unique and…
Tomi
  • 3,370
  • 1
  • 16
  • 26
1
vote
2 answers

How do you load multiple chrome browsers with Kameleo and Selenium?

I want to load multiple chrome browsers using Kameleo's Selenium. Can someone give me some example code to show how it’s done? The selenium portion of my code is: options = webdriver.ChromeOptions() …
1
vote
1 answer

Additional chrome options for headless mode with Kameleo

Been testing the Kameleo.LocalApiClient now whole day. Noticed something strange. var client = new KameleoLocalApiClient(new Uri(KameleoBaseUrl)); client.SetRetryPolicy(null); // Search Chrome Base Profiles var baseProfileList = await…
1
vote
1 answer

Selenium WebDriver connection to Kameleo browser

So I have figured out how to get started and open a Kameleo browser profile using Python. However, I find the Session ID and Port the chrome browser was started with. I think I have this, but my session ID is throwing an error. I was expecting the…
0
votes
1 answer

Update proxy settings on a loaded kameleo virtual browser profile

I was wondering if and how can I change the proxy using the update function, I know of the function but I don't know the Property/format to change the proxy Ip:port of a loaded profile
Tomi
  • 3,370
  • 1
  • 16
  • 26
0
votes
2 answers

UnhandledPromiseRejectionWarning when using Kameleo with Puppeteer

I am running a script with Kameleo and I keep getting this error: UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise…