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
| automate_mobile_profiles_on_desktop | This code shows you how to emulate a mobile device in Chroma browser. And how to drive it with Selenium or any other automation framework. |
46
-
| basic_profile_operations | Shows basic profile operations with the Kameleo API, like finding the right fingerprint, creating profiles, duplicating them, modifying their spoofing options, launching the browser. |
47
-
| clean_workspace | Delete the profiles in your Kameleo Workspace. Useful when migrating to Kameleo 3, in particular. |
48
-
| connect_with_playwright_to_chrome | This code shows how to start a Chromium-based browser in Kameleo and automate tasks using the [Playwright](https://playwright.dev/) framework. |
49
-
| connect_with_playwright_to_firefox | This code illustrates how to start a Firefox in Kameleo and then automate actions using the [Playwright](https://playwright.dev/) framework. |
50
-
| connect_with_puppeteer | This code illustrates how to start a Chromium based browser in Kameleo and then automate actions using the [Puppeteer](https://pptr.dev/) framework. |
51
-
| connect_with_selenium | This code shows you how to launch a browser in Kameleo, perform actions using [Selenium](https://www.selenium.dev/) commands, and then close the browser. |
52
-
| cookie_robot | Shows warming up the profile by visiting well-known sites so the browser has their cookies. This can make make the profile more trustworthy to other sites. |
53
-
| manage_cookies | Kameleo allows you to edit, modify or create cookies with just a few lines of code. |
54
-
| profile_export_import | This is a quick example of saving and loading profiles to/from .kameleo files on your computer. |
55
-
| start_browser_with_additional_options | Check out this example if you want to pass command-line arguments or extra [Selenium](https://www.selenium.dev/) capabilities when starting a browser. |
56
-
| start_with_proxy | Kameleo makes it easy to use any HTTP, SOCKS, or SSH proxy. Check out these few lines of code to see how. |
57
-
| take_screenshot_with_puppeteer | Shows launching a Kameleo profile and taking a screenshot of a website using the [Puppeteer](https://pptr.dev/) framework. |
58
-
| upgrade_profile | If you reuse virtual browser profiles and you would like to update the spoofed browser version you should follow this example. |
| automate_mobile_profiles_on_desktop | This code shows you how to emulate a mobile device in Chroma browser. And how to drive it with Selenium or any other automation framework. |
46
+
| basic_profile_operations | Shows basic profile operations with the Kameleo API, like finding the right fingerprint, creating profiles, duplicating them, modifying their spoofing options, launching the browser. |
47
+
| clean_workspace | Delete the profiles in your Kameleo Workspace. Useful when migrating to Kameleo 3, in particular. |
48
+
| connect_with_playwright_to_chrome | This code shows how to start a Chromium-based browser in Kameleo and automate tasks using the [Playwright](https://playwright.dev/) framework. |
49
+
| connect_with_playwright_to_firefox | This code illustrates how to start a Firefox in Kameleo and then automate actions using the [Playwright](https://playwright.dev/) framework. |
50
+
| connect_with_puppeteer | This code illustrates how to start a Chromium based browser in Kameleo and then automate actions using the [Puppeteer](https://pptr.dev/) framework. |
51
+
| connect_with_selenium | This code shows you how to launch a browser in Kameleo, perform actions using [Selenium](https://www.selenium.dev/) commands, and then close the browser. |
52
+
| cookie_robot | Shows warming up the profile by visiting well-known sites so the browser has their cookies. This can make make the profile more trustworthy to other sites. |
53
+
| modify_network_request_response_with_playwright | Launch a Kameleo profile, intercept and modify the browser's network traffic with the [Playwright](https://playwright.dev/) framework. |
54
+
| manage_cookies | Kameleo allows you to edit, modify or create cookies with just a few lines of code. |
55
+
| profile_export_import | This is a quick example of saving and loading profiles to/from .kameleo files on your computer. |
56
+
| start_browser_with_additional_options | Check out this example if you want to pass command-line arguments or extra [Selenium](https://www.selenium.dev/) capabilities when starting a browser. |
57
+
| start_with_proxy | Kameleo makes it easy to use any HTTP, SOCKS, or SSH proxy. Check out these few lines of code to see how. |
58
+
| take_screenshot_with_puppeteer | Shows launching a Kameleo profile and taking a screenshot of a website using the [Puppeteer](https://pptr.dev/) framework. |
59
+
| upgrade_profile | If you reuse virtual browser profiles and you would like to update the spoofed browser version you should follow this example. |
59
60
60
61
- C# only
61
62
-`file_upload_with_selenium` - Shows uploading a file to a website using the [Selenium](https://www.selenium.dev/) framework.
0 commit comments