Gecko driver Selecting value from a dropdown list

0 votes
Hello

I am using Geckodriver (v0.28.0) and firefox browser version is 82.0.

Java v1.8

I am trying to select a value from the a dropdown list.

I am getting this error - org.openqa.selenium.elementnotinteractableexception : element <option> could not be scrolled

I tried multiple options, Used Select class,  Action Class, JavascriptExecutor, Iterating through the options list and then click().

In all the cases I am getting the same exception.
Dec 1, 2020 in Selenium by anonymous
• 120 points

reopened Dec 1, 2020 by Gitika 388 views

Hi, @There,

It's so great that you have found the solution to your query!!! Much appreciated for that!! 

But we would like to ask you to post the workaround you have executed to get the solution so that the techies outside all over the globe can get help if they face something like this.

I hope you will understand that!!!

No answer to this question. Be the first to respond.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.

Related Questions In Selenium

0 votes
1 answer

Selecting a dropdown value in Selenium WebDriver

Try to wrap your WebElement as shown ...READ MORE

answered Apr 9, 2018 in Selenium by QueenBee
• 1,820 points
3,116 views
0 votes
1 answer

Select an item from a dropdown list using Selenium WebDriver

Use this then it will work - new ...READ MORE

answered Apr 9, 2018 in Selenium by Vardy
• 2,360 points
7,511 views
0 votes
1 answer

Selecting an item from dropdown list using Selenium WebDriver & java

Use the below code: new Select(driver.findElement(By.id("blood-group"))).selectByVisibleText("AB"); You also need ...READ MORE

answered May 8, 2018 in Selenium by Meci Matt
• 9,460 points
5,481 views
0 votes
1 answer
0 votes
0 answers
0 votes
1 answer

How to write a code for combo box and how can i select a country from country dropdown?

https://stackoverflow.com/questions/40017443/how-to-perform-dropdow ...READ MORE

answered May 8, 2020 in Selenium by vaibhav
1,328 views
0 votes
3 answers

How to print text from a list of all web elements with same class name in Selenium?

Try using List <WebElement> to access all similar elements ...READ MORE

answered Dec 16, 2020 in Selenium by Roshni
• 10,520 points
82,236 views
0 votes
3 answers

What are the different ways to select an option from a dropdown using Selenium Webdriver?

So follow this steps for solution: First click ...READ MORE

answered Dec 16, 2020 in Selenium by Roshni
• 10,520 points
50,786 views
0 votes
1 answer
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP