Skip to main content

All Questions

0 votes
2 answers
55 views

I am facing an issue while clicking on the dropdown element

I am trying to access data from the "https://www.nseindia.com/report-detail/eq_security" but once I enter a symbol for example "INFY", I have to select the stock from the dropdown. ...
chintan patel's user avatar
0 votes
0 answers
115 views

Problem with selecting a specific option available for an unsearchable drop-down menu with selenium in python

As the attached image shows (the highlighted one), in a web scraping process with Selenium Python, I am attempting to select a specific option available for an unsearchable drop-down menu. Inspired ...
Soroush Kalantari's user avatar
-1 votes
1 answer
64 views

Accessing Aria Labels and Drop Down Menu Selection - Selenium Python

I am having trouble trying to automate selenium to go into the site settings and change the Insecure content drop down menu from blocked to allow. Every approach I take I get the error the element can ...
Ethan D's user avatar
1 vote
2 answers
74 views

Python Selenium dropdown list

I am using Python Selenium for surfing on a webpage. On this dropdown list, I must select the option "Appartment", option value = "2_4_18_31" Would you know how to do it? I try to ...
jacopo salmistrari's user avatar
0 votes
0 answers
63 views

Python - Accessing a Dropdown Menu with Selenium that Only Populates when clicked with a mouse

I am using Selenium with Python to scrape elements of a website and interact/fill them out. I am able to select aspects up until reaching a final Drop Down menu that does not seem populated with ...
Moiz Shah's user avatar
0 votes
1 answer
600 views

Amazon product details page scraping selenium python

I want to scrape the details page from amazon.com. where product price change over products size. I want to itarate over each dropdown size list, but after clicking one size it shows ...
Moniruzzaman Monir's user avatar
3 votes
2 answers
120 views

Locating a Web Element in a Drop-down list by Selenium Python

Selenium Python Locator I use Selenium in Python to to some auto-clicking task for me. The thing is I got this drop-down list, which do not let me send any keys, only select 1 of the option from the ...
Quach Viet Anh's user avatar
0 votes
0 answers
170 views

How to handle drop down menu without select in selenium python

How to handle dropdown without select in selenium python here is the HTML: Completed I want to give Completed ...
Jai Sai's user avatar
0 votes
1 answer
1k views

selecting Dropdown option using selenium

I'm trying to fill this form and can't really select the dropdown options, link https://opensource-demo.orangehrmlive.com/web/index.php/admin/saveSystemUser I also can't use select because there is no ...
Subhan Malik's user avatar
0 votes
1 answer
55 views

Problem with accessing an element using selenium, python

The element I'm trying to access is a dropdown, popup, not sure about this. What's supposed to happen is that I enter an ID into the input field then it takes a few seconds to load and search that in ...
Ritam Kishore's user avatar
0 votes
2 answers
2k views

Drop down value disappear closing when I click drop down to inspect, find xpath. How to find drop down value which collapse as soon as I click on it

How to get drop down value or xpath in selenium when drop down is not of Select type. How to find drop down value xpath of div type elements? I am clicking on drop down value to find xpath and it is ...
Sachin's user avatar
  • 336
1 vote
1 answer
82 views

Click on a non-select dropdown option using Selenium Python

I am trying to automate some task as download file and pre-process them. To download one of them I need to specify dates (I can't share the website because of privacy) but I am not able to select ...
gary benichou's user avatar
2 votes
2 answers
1k views

How to get the value attribute of the selected option in a dropdown using selenium with python?

I have a selenium code (using python) that select a value in a dropdown using the select_by_value method of the 'Select' package in selenium. As you can see in the picture, I input the value 1 in the ...
alexcode02's user avatar
0 votes
1 answer
113 views

Python Selenium - Select Options not returning all the options

I've been trying to use Python and Selenium to scrape some prices off a certain website The script I wrote seems to work well but sometimes I get an error on this part of the code : #Select "...
Mamask Gold's user avatar
-1 votes
1 answer
115 views

How to select an option from a dropdown menu in Tableau report webpage using Selenium Python

Python is throwing error when I try to find element by ID or Class name. Please help to find which code will help to pick the data of the specific dropdown HTML: </div> <div class="...
Jegannath M's user avatar

15 30 50 per page
1
2 3 4 5
12