Skip to main content

All Questions

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
2 votes
2 answers
104 views

dropdown menu display number instead of the list

I want to create a responsive dropdown menu. Based on the coding in script.js, the job-title dropdown should display the title that I have been listed in the list according to their field. But, the ...
leeteerah's user avatar
1 vote
1 answer
2k views

Displaying python list as dropdown on a flask web application

I am trying to display a dropdown menu in a flask web application. I pass a python list as an input for the dropdown menu and I want to recieve the selected item back as the output on click of a ...
Subham's user avatar
  • 11
0 votes
0 answers
97 views

Can not Find Elements on the production Server, Selenium

this question might seem dumb but I am facing a problem regarding finding of elements in Facebook. The issue is I want to change the language of the user so I go to the tab to change language and ...
Sarvesh Dubey's user avatar
0 votes
1 answer
49 views

Making an integerfield into selectable dropdown numbers from 0 to the value of the integerfield in django

I have been trying to make the value of an integerfield show up as a dropdown list with numbers ranging from 1 to the valueof the integer field for example 47 , the numbers between 1 and 47 will show ...
Houba813's user avatar
0 votes
1 answer
111 views

module 'werkzeug.wrappers.request' has no attribute 'form' Error for Flask project

The question here might be repeated, but I was not able to get a solution from any material available online. I am trying to get the value of the Selected Dropdown list as a string, So that later ...
Sanjay Kumar's user avatar
0 votes
0 answers
117 views

Cannot get value of selection class (arselmenu)

I'm a Python newbie. I'm trying to make a py script to select a value from dropdown list. I tried to find a guideline on Youtube. But they only instruct how to get data from "option value=...&...
Khoa Đăng's user avatar
0 votes
1 answer
139 views

Pull a column from sqlite3 and use those data in django dropdown

----models.py---- This model uses sqlite3 default database of django from django.db import models from django.contrib.auth.models import User class item_master(models.Model): item_name=models....
harish krishna's user avatar
0 votes
0 answers
378 views

Populating dependent dropdown list using Python and Flask

I have a web app with a form which takes two inputs, a file name and a sprint number. The first one, which takes the file name, is a dynamically populated list which retrieves the list of CSV files in ...
user avatar
1 vote
1 answer
267 views

Python Selenium WebDriver Stuck at the DropDown and And Not Selecting

I am a python selenium webdriver newbee. I am stuck at a dropdown that has an "onchange" parameter in the html. This is how the inspect window looks: I am trying to first key in the date to ...
John's user avatar
  • 11
0 votes
1 answer
122 views

Accessing dropdown elements with selenium python

I would like to scrape information from https://bet.hu/oldalak/adatletoltes using selenium in python. I have an issue with a pair of elements that are linked to each other. There are two select ...
Zsolt Diveki's user avatar
0 votes
1 answer
220 views

sending JSON Object from python to javascript to populate dropdown list

I want to add a dropdown list to my table (for each row in same column).I managed to do this but only if the arrays are written in the javascript. What I want to do now, is to populate my dropdown ...
miwa_p's user avatar
  • 435
1 vote
0 answers
513 views

Implementing dropdown menu in dynamic table columns in html using jquery/js/python

I am creating a program with python that takes a CSV file, filters it and shows it to the user as a filtered file. That works great, but I have a problem when I want to implement dropdown menus for my ...
miwa_p's user avatar
  • 435
2 votes
1 answer
61 views

Python - selenium - AngularJS drop downs, how to click them?

I am scraping his website. To create an account. Below is the url https://sjobs.brassring.com/TGnewUI/Search/Home/Home?partnerid=25222&siteid=5011&noback=1&fromSM=true#CreateAccount ...
Bhanu Tez's user avatar
  • 306
1 vote
2 answers
123 views

scrape and clicking form with selenium

I want to scrape the simulation "Richiedi il tuo prestito online" of a form of this website: https://www.findomestic.it/ I tried this: driver = webdriver.PhantomJS() driver.get(&...
user avatar

15 30 50 per page