Skip to main content

All 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 ...
kapil uniyal's user avatar
-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” ...
Naresh p's user avatar
-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 ...
fakhrul's user avatar
  • 25
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, ...
user avatar
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 ...
nerull7's user avatar
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 ...
Prasanna's user avatar
-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" ...
JustToKnow's user avatar
-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 (...
JustToKnow's user avatar
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': ...
JustToKnow's user avatar
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=&...
JustToKnow's user avatar
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 ...
Erhan Yumer's user avatar
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 ...
DasDouble's user avatar
1 vote
1 answer
570 views

How to find xpath for first searched product

How to find XPath for the first searched element on given page https://www.amazon.com/b/?encoding=UTF8&node=2346727011&bbn=7141123011&ref_=Oct_d_odnav_1040660&pd_rd_w=WJf7p&pf_rd_p=...
Mani Gupta's user avatar
0 votes
0 answers
295 views

In Selenium how to handle this kind of multi select dropdown which contains checkbox

I have a drop down as shown in snap below enter image description here I have a drop down as shown in snap below enter image description here I Need to handle the multiselect by clicking on the ...
Mayssa ABDELLAOUI's user avatar
0 votes
1 answer
330 views

ElementNotInteractableException error identifying a Select element using Selenium

I learn Selenium in Java and I'm struggling with little problem. I'm working on handling dropdowns and to resolve my probelm I have to use Select class. I wrote a selector: @FindBy(css="#speed&...
blofeld's user avatar
  • 19

15 30 50 per page
1
2 3 4 5
8