All Questions
8 questions
0
votes
1
answer
437
views
How to restrict values in dropdown list?
I have a dropdown list in my JSP page,Which displays hourly slots for the user to book for certain operation.for ex: 11am - 12pm,12pm - 1pm,etc.Now i want to check the database for the booked slots ...
0
votes
1
answer
113
views
java: How Can I click all options in dropdown after selecting dropdown again
I'm working on a dropdown which have 4 options and I need to click each option everytime I expand (or click) on the dropdown menu. I have written logic which clicks on particular element for first ...
0
votes
1
answer
836
views
Focus and click on a GWT dropdown using Selenium
I am working with a HTML select (i.e. dropdown) in a web page that initially loads with no value. It loads the values only when an onfocus JS event is executed on it. Note that it is a GWT control.
...
0
votes
1
answer
647
views
Select from drop down not working in mozilla
I have code that is choosing is choosing an option from a drop down list you see below. (code is under this).
My question is why is this working on Chrome Browser but on Mozilla it is not doing ...
0
votes
1
answer
1k
views
java selenium webdriver Select from dropdown menu select by value ignore case sensitivity
I have a problem to select from dropdown menu by using SelectByValue ignoring case sensitivity.
For example:
Japan
Albania
As it is seen value is Japan. However, ...
0
votes
1
answer
127
views
Need help creating a drop down button with Java
I am fairly new to programming in Java. Currently I am trying to create a button that when clicked will produce a drop down. For example, you have a user input field that does a google type rolling ...
1
vote
1
answer
338
views
Tapestry 5 : 2 dependent select fields using zone
As I never worked on a tapestry project, this issue might seem dumb to some of you.
Anyway, I really need help for this.
What I want to do is the following:
I have a first dropdown list for example ...
0
votes
1
answer
489
views
Turn Select dropdown list not writeable
I'm programming a GUI in Java using the Vaadin framework having a question about adjusting the behaviour of a drop down list.
What is the correct property action to make a drop down list of the type ...