All Questions
Tagged with drop-down-menu java
361 questions
0
votes
2
answers
52
views
How to select the XPath of a drop-down option when the right-click function is disabled on that drop-down
I am unable to select an option from the drop-down menu. The right-click functionality is disabled on the drop-down, and whenever any button is clicked, the drop-down closes.
To work around this, I ...
-1
votes
1
answer
41
views
How to move values from available section to selected section in dropdown menu
When using the selectByVisibleText() method in Selenium WebDriver, it correctly highlights the desired option in the dropdown, but it doesn’t move the selected value from the “Available Values” ...
-1
votes
1
answer
16
views
Unable to select the data from dropdown using selenium webdriver 4.8.0
I couldn't select the value from the drop-down. Tried with the below mentioned
Inspect body/html body in attached image:
Tried with this
Select selectBenefeciary = new Select(driver.findElement
...
1
vote
2
answers
43
views
Spinner dropdown list displays wrong values
I created a spinner and set values to array list. But when runtime wrong values displayed in drop down list.
i try to add some values in array list and that values set to spinner.but oi get wrong ...
0
votes
2
answers
159
views
How to click the ul, li drop down menu with a filter search input box using Selenium
It is an automation of an desktop eCommerce website being used on a Browserstack mobile emulator. Basically it is test automation of MobileWeb application.
It is a drop down of 'Sold To' list items, ...
0
votes
1
answer
288
views
Selenium Java: Expected condition failed: waiting for element to be clickable (Chrome browser)
I am trying to write a test in Selenium, but for some reason my wdwait line of code in below method is failing with error message in title. When I comment the wdwait line, test passes normally. What ...
4
votes
1
answer
149
views
Select UI element in Java CLI
I would like to use a select element in a Java CLI, similar to this example:
that I stole from https://github.com/go-survey/survey
I found plenty of information about how you could do it in Go, but I ...
0
votes
1
answer
32
views
can we select two elements in dropdown in form of check boxes?
can we select two elements in dropdown in form of check boxes by using List or any other way. Elements in the dropdown are in the form of check boxes.
Thanks in advance.
Tried but didn't find the ...
-1
votes
1
answer
104
views
Cannot select option from dropdown list in Selenium & java
I cannot click on a specific option thrown by a dropdown menu:
Customer group has this:
<div class="admin__action-group-wrap admin__action-multiselect-wrap action-select-wrap _active" ...
-1
votes
2
answers
39
views
Option from dropdown list not being selected in Selenium & JAVA
I have a dropdown list with values and i am getting this error message when trying to select the values (cannot share the link because it is hidden):
Element: [[[[ChromeDriver: chrome on WINDOWS (...
0
votes
2
answers
168
views
How to select an option from a dropdown using Selenium
I have this dropdown:
<select class="admin__control-select" data-bind="
attr: {
name: inputName,
id: uid,
disabled: disabled,
'aria-describedby': ...
1
vote
2
answers
783
views
Dropdown options are not getting selected (select 2) using SELENIUM and JAVA
I've been trying without success to select an option from a dropdown select 2 class.
<span class="select2-selection__rendered" id="select2-OperativeUnit_Id-container" title=&...
0
votes
3
answers
683
views
Selenium test passes on hovering drop-down menu item click but does nothing
The website is https://cloudwise.nl/ I'm trying to click on Dit is Cloudwise > Alle Cludwisers with Selenium using Java. It's a hoverable drop-down menu so I saw people handle this situation with ...
-2
votes
1
answer
49
views
how to trigger function on dropdownlist item selection
i am new to android studio and I am stuck in a scenario, I have a recylerview where all data visible and i want to show data only base on selected city from downlist. any suggestion that how i can ...
0
votes
1
answer
293
views
Selenium (java) problem with elements which are not in focus
I'm new to this and have following problem:
I want to choose one option from following drop down menu:
screenshot of the dropdown menu
This drop down menu is out of sight of the page, meaning you ...