Using multiple client certificates with Python and Selenium
I’m working on a web-scrape project using Python and Selenium with a Chrome driver, which requires client certificates to access pages. I have 2 scenarios it must handle:
Selenium Error: Chrome Fails to Start After Crawling Many Records
Hoping to find my answers here. I’m using Selenium with Python to crawl data, but after about 2,500 records out of say 50,000, I encounter this error and my ECS Fargate instance terminates:
How to fully close webdriver chorme in python
I made a parser using webdriver chrome. The site I’m parsing is dynamic, everything works fine, but there’s a problem. The script does not completely close open chrome, that is, it stays in the task manager and loads the pc
Selenium Adding Default Profile
I want my Google Chrome browser, which I opened for web scraping, to open with either the default profile or a specific profile. Selenium automatically opens it as a guest. I tried the code in the image but it didn’t work. How can I solve this problem?
python selenium Headless chrome doesn’t scroll
I’m working on a web scrapper to collect Facebook post comments for analytics purposes.
Resize Chrome Application
I’m an amateur coder and I’m trying to resize the chrome application by pressing a key on my keyboard by using python. I want my code to be able to resize the window to (300, 1080) and (1920, 300), as well as another key to return to fullscreen. I started researching online and most sources said to use selenium to do this, but using their exact code would just open a new chrome application rather than resize the current one. Other sources told me to use pywinauto, win32gui, or pygetwindow but again all of the code they provided either did nothing or opened a new window.
Selenium switch_to.alert.accept() won’t work on “chrome specific” alert
I’m trying to automate a process using selenium and python (and I’m on a Mac) and after using selenium to click a button on the site, an alert (which I can only describe as “chrome specific”) pops up. It wants me to allow sharing my clipboard and this is what it looks like:The alert I get
Display the profile name similarly to how GenLogin presents it
enter image description here
Selenium: Can not connect to the Service (OSX)
I’m trying pilot my everyday Chrome browser using Selenium and Python.