microsoft / WinAppDriver

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

Auto scrolling issue with winappdriver #1420

Open ankursha1 opened 3 years ago

ankursha1 commented 3 years ago

Hi, I have a application which has a datagrid. The datagrid has row/column which contains some data. Few column are not visible in the view but available in datagrid. Datagrid cells has autoscroll support so when i try to perform click action on datagrid cell, winappdriver automatically scroll to cell and perform click action but when i try to perform click action on the checkbox in side cell, autoscroll does not work and action is not performed. Please help on how to perform action on control inside datagrid cell which is not visible.

Thanks

Shakevg commented 3 years ago

@ankursha1 Could you provide more details:

ankursha1 commented 3 years ago

@ankursha1 Could you provide more details:

  • code example
  • screenshot
  • Is checkbox visible in Inspector.exe?
  • Is checkbox available in Session.PageSource?
  • Is checkbox has ScrollItemPatternAvalable=true?

Hi @Shakevg , Thanks for responding.

image