microsoft / EasyRepro

Automated UI testing API for Dynamics 365
MIT License
523 stars 289 forks source link

[BUG] <Unable scroll right when column is not visible it's throwing exception> #1391

Open priyaharitest opened 1 year ago

priyaharitest commented 1 year ago

Bug Report

Issues should only be created for items related to covered functionality.

Not covered functionality, feature requests, and questions should use the Feature Request or Question templates.

EasyRepro Version

UCI or Classic Web

Online or On Premise

Browser

Describe the bug
I need to sort records by some column. If the column is not visible in current web page , I need to scroll right then sort. But unaColumn EndDate will be displayed when scroll right. Column: End Date Does not exist at Microsoft.Dynamics365.UIAutomation.Api.Grid.<>c__DisplayClass8_0.b__0(IWebDriver driver) at Microsoft.Dynamics365.UIAutomation.Browser.DelegateBrowserCommand`1.ExecuteCommand(IWebDriver driver, Object[] params)

Special formatting / display

Code to reproduce

Expected behavior

Screenshots

Additional context

chandramohand commented 4 months ago

Hi @priyaharitest , is this resolved? In my case the cursor not moving to lookup field which doesn't show the field completely and throw exception, so i am trying to use the scroll down but not working. Thanks, Chandra.