org openqa selenium WebDriverException Unable to convert actions org openqa selenium interactions Sequence 737edcfa org openqa selenium interactions Sequence 3ecedf21

0 votes

I am getting error 

org.openqa.selenium.WebDriverException: Unable to convert: {actions=[org.openqa.selenium.interactions.Sequence@737edcfa, org.openqa.selenium.interactions.Sequence@3ecedf21]}

Code snippets

 Actions action = new Actions(driver);

        action.keyDown(Keys.CONTROL).click(DBOCHCorLang).click(DBOCHCorLangSel).build().perform();

Mar 23, 2020 in Selenium by Manish
• 140 points
2,202 views
It looks like you are "clicking" a div. Try a different selector, ideally for a input/button/link. Those usually have "event listeners" registered to them, whereas divs (typically) do not.
What exactly are you implementing here? Also check for any version compatibility issues.

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
0 votes
2 answers

Selenium Webdriver Error: org.openqa.selenium.WebDriverException: unknown error: call function result missing 'value'

Facing Error Exception in thread "main" org.openqa.selenium .WebDriverException: unknown ...READ MORE

answered Mar 5, 2020 in Selenium by anonymous
9,738 views
0 votes
1 answer
0 votes
2 answers

Unable to Click on an Element in Selenium (Python) even after finding it.

Here, I give you working script which ...READ MORE

answered Sep 19, 2018 in Selenium by Priyaj
• 58,090 points
23,381 views
0 votes
1 answer

How to use Actions class in Selenium Webdriver?

In seleniun webdriver it is not mandatory ...READ MORE

answered Apr 4, 2018 in Selenium by Damon Salvatore
• 5,980 points
3,886 views
0 votes
1 answer

Unable to use Selenium IDE & Firebug on Firefox

Unfortunately, Selenium IDE will not work anymore ...READ MORE

answered Apr 10, 2018 in Selenium by nsv999
• 5,500 points
1,020 views
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