Re: Selenium 3.3.1, 3.2x, UnsupportedCommandException

15 views
Skip to first unread message
Message has been deleted

eric.go...@gmail.com

unread,
Apr 18, 2017, 6:00:38 AM4/18/17
to webdriver


Le mardi 18 avril 2017 11:50:29 UTC+2, eric.go...@gmail.com a écrit :
Hi everybody,


Since selenium 3.3 (and 3.2) my simple loop send key doesn't work
I've got a class org.openqa.selenium.UnsupportedCommandException at BuiltAction.perform line

For note, this work with Chrome, not with Ie Driver



Here my code :

// Focus
Actions oActions;
oActions
= new Actions(cScript.oDriver);
oActions
.moveToElement(oEl);
oActions
.click();
oActions
.sendKeys(_oKey);
oActions
.build().perform();
for (int iCpt =0; iCpt < _iRepeat; iCpt++)
 oActions
.build().perform();


Anyone has seen this regression?


Thanks in advance.
Eric
Reply all
Reply to author
Forward
0 new messages