All Questions
10 questions
0
votes
1
answer
43
views
Scaping all items of a dependent dropdown menu
I am new in python but I am trying since two days to get the information of a dependent dropdown menu. All tutorials or instructions I saw are just limited on a one-dimensional dropdown (dd). I am ...
1
vote
2
answers
193
views
How to handle drop down list with div tag and multiple attributes?
I am trying to automate the location selection process, however I am struggle with it.
So for, I can only open the menu and select the first item.
And my code is:
import bs4
from bs4 import ...
0
votes
1
answer
150
views
Selenium - Inserting Values Into Dropdown Menus (Where No 'Select' Tag Exists)
Im trying to scrape daily fantasy baseball projections from here: https://www.numberfire.com/mlb/daily-fantasy/daily-baseball-projections/batters
I want to navigate through the 'Platform' table ...
0
votes
1
answer
149
views
Loading a page with drop-down box selected using BeautifulSoup
I'm trying to manipulate drop-down boxes with BeautifulSoup (which I'm fairly new to) and I'm having trouble figuring it out. I want to scrape the data that is shown after the drop-down boxes are ...
3
votes
1
answer
1k
views
Scrape table from each option in drop down menu python
I'm trying to scrape all the data from this website:
http://www.dartsdatabase.co.uk/PlayerStats.aspx?statKey=1&pg=7
However, I do not know how to iterate through the 'stat' drop-down menu. Each ...
4
votes
3
answers
7k
views
How to extract data from a dropdown menu using python beautifulsoup
I am trying to scrape data from a website that has a multilevel drop-down menu every time an item is selected it changes the sub items for sub drop-downs.
problem is that for every loop it extracts ...
1
vote
3
answers
3k
views
Scraping with drop down menu + button using Python
I'm trying scrape data from Mexico's Central Bank website but have hit a wall. In terms of actions, I need to first access a link within an initial URL. Once the link has been accessed, I need to ...
0
votes
0
answers
486
views
Python Web Scraping with submission of Select and Radio Button
I am interested in getting a python script so as to visit the url"https://www.ura.gov.sg/realEstateIIWeb/resiRental/search.action#district", click on the tab "Search by property type and postal ...
2
votes
2
answers
5k
views
Python->BeautifulSoup->Webscraping->Drop Down Menu
So I am trying to dump all of the reports from this website:
https://www.treasurydirect.gov/govt/reports/tfmp/tfmp_utf.htm
State: All States (Not the Reed Act Benefit or Reed Act Admin)
Report: ...
3
votes
2
answers
10k
views
scraping a response from a selected option in dropdown list
This is an example of a page that lists baseball stats for a selected player, defaulting to the most recent year (2014, soon to be 2015)
http://www.koreabaseball.com/Record/Player/HitterDetail/Game....