microsoft / WinAppDriver

Windows Application Driver
MIT License
3.66k stars 1.4k forks source link

WinAppDriver not supporting farpoint spread objects or grids #1934

Open Autotest007 opened 1 year ago

Autotest007 commented 1 year ago

Hi, I am using WinAppDriver to automate my desktop application, it is working fine with everything expect for farpoint spread objects or grids. It is not interacting with fp spread objects. Can anyone please suggest what should I do? Below is screenshot for fp spread object in inspect tool. image

anunay1 commented 1 year ago

Are you trying to scroll to the element. then the isscrollpattern should be set to true. if this pattern is set to true, then you should be able to click.

Autotest007 commented 1 year ago

Hi @anunay1 , I am not trying to scroll I am just trying to interact with that grid. But it is not working. Here is how my fpspread grid look like image

anunay1 commented 1 year ago

@Autotest007 Ur inspect looks fine. What is the exception that you get? Also can you share some code?