selenium-webdriver tag

22 questions


2 answers
351 views
0
Identifying File Names Retrieved and Saved by Selenium

I was able to automate Chrome with Ubuntu+Python+Selenium and click the Save button to save the file locally, but this file name cannot be controlled manually and the site from which I got it becomes ...


1 answers
325 views
0
How to enter the username and password of the proxy when starting Firefox on Selenium in Python

When starting Firefox with Selenium in Python, you are asked to enter the username and password of the proxy as shown in the image below.Could you tell me how to enter this from the Python script?My e...


1 answers
436 views
0
Scraping automatically translates some of the text into English

I have a question about Selenium scraping.I am currently writing a scraping script for the ↓ page.https://www.gakujo.ne.jp/2022/company/baseinfo/22242/environmentMacBook ProGoogle ChromeJupiter Notebo...


1 answers
364 views
0
RSpec Cannot Resolve 'Failed to find Chrome binary.' Error

I was creating a test using RSpec during portfolio creation, but I got the following error:Development Environment:Ruby 2.5.1Rails 5.2.4.3Mac OS 1.1) Failure/Error: visit login_path Webdrivers::Brows...


1 answers
116 views
0
I want to clear up the code that has become too nested due to too many conditional branches.

In order to study Selenium, I am developing an instagram web automatic tool at Ruby.In the script for writing comments to posts, Comment input fieldPost buttonI'm writing the code to get the two…, but...


2 answers
79 views
0
How to get the current value of Selenium, Python 3, Combo Box

from selenium.webdriver import Chrome, ChromeOptionsfrom selenium.webdriver.common.keys import Keysfrom selenium.webdriver.support.ui import Select, WebDriverWaitfrom selenium.webdriver.support import...


1 answers
149 views
0
Error running browser=webdriver.Firefox() in Python

I am using Mac Python 3.6 import selenium and browser=webdriver.Firefox()I tried I'm in trouble because I can't make it.(Error statements are as follows) I think there is no problem with the geckodriv...


2 answers
77 views
0
Unable to handle signal in multiprocessing.Process target

In multiprocessing.Process, I want to handle SIGTERM in the target function (which is passed as the argument target), but it doesn't work What should I do?If you press the Start button in a program us...


1 answers
131 views
0
Timeout error during web browser load test.

Timeout error during web browser load test.I run multiple web browsers (Google Chrome) at the same time in my site's load test to measure how many seconds it takes to get a response.I have multiple we...


1 answers
73 views
0
Can I use css locator to return text as a partial match?

ex)<a class=sample id=sample_id href=../>sample text</a>You can use either css or xpath to retrieve elements by specifying xpath, as shown below.exist?(xpath:'//a[@class=sample]')exist?(cs...

1 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.