Skip to main content

All Questions

Tagged with
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
1 answer
12 views

How to make choices of magicgui's `ComboBox` dependent on current value of other `ComboBox`?

I want to create a magicgui widget that contains two ComboBox widgets. The choices of the second ComboBox should depend on the current value of the first ComboBox. How can I accomplish that? I know ...
Niklas Netter's user avatar
0 votes
0 answers
27 views

For an altair line chart, can you order values in a tooltip by values of a second variable?

I have created a line chart in Altair to visualise percentages (VALUE) by month (DATE) for a number of countries (COUNTRY). This chart also has two dropdown menus, which control the measure shown (...
Grace's user avatar
  • 1
0 votes
1 answer
46 views

Python Dash - Line chart with dropdown menu for filtering by multiple columns

I'm trying to build a line chart, showing tonnage over time, with a dropdown menu based on multiple columns, Lists 1 to 3, using Dash. The line chart will show 7 lines, Tonnage with List 1 "Y&...
TropicalMagic'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
0 votes
0 answers
27 views

change_form.html cannot display any drop-down select fields for the ModelForm

I'm working on implementing a drop-down menu for the "add" page of Product_to_Stock_Proxy_Admin function in the Django admin interface. The options for the drop-down menu are from the ...
姚廷諺's user avatar
1 vote
1 answer
102 views

Use plotly to plot multiple pandas column with a dropdown menu to select column

I have a pandas dataframe for which I am trying to a plot bar graph using Plotly with a dropdown menu to select by the stock name column, referring this answer. But I am unsure how do I add multiple ...
RSW's user avatar
  • 1,436
-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
0 votes
1 answer
43 views

How to set up a master button in tkinter that deselects all items in the dropdown checkbox list without deleting the list?

I am trying to create a button to deselect all the checkboxes in my two lists but I have not been successful this is my code import tkinter from tkinter import * from tkinter import ttk from tkinter ...
Dennis Wayne's user avatar
0 votes
0 answers
30 views

html dropdown subject list filter

me working on python django school LMS project and facing issue in html dropdown filter. there are 3 fields. teacher name, subject list, and checkbox of classes. If I select class 1 one then that time ...
SHIRISH's user avatar
0 votes
0 answers
118 views

Dropdown menu in folium doesn't work (Python code)

I try to create a choropleth with Folium. The choropleth should show the different growth rates of the countries (lower growth rate = dark green, growth rate > 0 = red). In addition, I would like ...
Wiebke S's user avatar
0 votes
1 answer
647 views

Why does changing the value of streamlit selectbox cause the entire page to refresh each time?

I'm building a Streamlit app to analyze Excel files. In the app, I have a selectbox where users can choose a column from the uploaded Excel file. However, each time I change the value of the selectbox ...
Ghulam Mustafa's user avatar
1 vote
2 answers
1k views

Using python playwright to select a value from a select dropdown

I'm trying to select a value from drop-down menu with python playwright but it doesn't work. I successfully can get the value from the three first, but that one with label "Mês" simply ...
João Bosco'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
1 answer
46 views

Getting error while making a dropdown menu for discord bot

Below is the code I am writing The main work is to create a dropdown menu which proceed's with an option to show all the available commands in the bot. #MODULES-----------------------------------------...
user avatar

15 30 50 per page
1
2 3 4 5
34