google-chrome-extension

Chrome Extension Requesting django server

Chrome Extension Requesting django server Question: I am creating a chrome extension that requires a back end server for processing. I would like it to send data to the server, the server will process this data and send some other data back to the user. Preferably this back end server should be in python as …

Total answers: 1

add extension with option headless selenium python

add extension with option headless selenium python Question: Hi i’d like to add the extension i don’t care about cookies on selenium but i have this error : selenium.common.exceptions.WebDriverException: Message: unknown error: failed to wait for extension background page to load: chrome-extension://fihnjjcciajhdojfnbdddfaoknhalnja/_generated_background_page.html someone can help me? Thanks self.service = Service(self.path) self.chrome_options = webdriver.ChromeOptions() self.chrome_options.add_extension("tools/I-don-t-care-about-cookies.crx") self.chrome_options.binary_location …

Total answers: 1

How do I switch to the active tab in Selenium?

How do I switch to the active tab in Selenium? Question: We developed a Chrome extension, and I want to test our extension with Selenium. I created a test, but the problem is that our extension opens a new tab when it’s installed, and I think I get an exception from the other tab. Is …

Total answers: 9

Chrome extension in python?

Chrome extension in python? Question: I would like to create a google chrome extension. Specifically, I’d like to make a packaged app, but not a hosted app. Am I correct in thinking this limits me to JavaScript (and HTML/CSS)? My problem is that I need to do some complex math (singular value decomposition, factor analysis) …

Total answers: 7