Winium.Desktop icon indicating copy to clipboard operation
Winium.Desktop copied to clipboard

Windows Pane having list of data can't be clicked using winium driver Java

Open Deepak1687 opened this issue 7 years ago • 1 comments
trafficstars

Hi Team,

I am working on a rich client application where it has a pane with elements as shown in the screenshot. image

and the pane details are as shown in the below screenshot captured via UISpy.exe

image Trying to click the element inside the pane which is not possible tried in many ways as below

  1. Actions action = new Actions(driver); action.sendKeys(Keys.ARROW_DOWN).perform();

  2. Actions clickActions = new Actions(driver); Action mouseMovements = clickActions.moveToElement(grpSel,592,409).build(); mouseMovements.perform(); clickActions.moveByOffset(592,409).build().perform(); clickActions.moveByOffset(592,409).click();

  3. WebElement grpSel = driver.findElement(By.id("115")); grpSel.sendKeys(Keys.ARROW_DOWN);

Nothing is working, I am unable to find the solution for the same, Please help me out in getting solution for this issue. It is bit urgent and reply to the issue ASAP

Thanks and Regards, Deepak

Deepak1687 avatar Jul 25 '18 15:07 Deepak1687

Hi Deepak1687,

Were you able to resolve this issue? I am stuck in a similar case.

Deepika2792 avatar Mar 09 '20 04:03 Deepika2792