microsoft / EasyRepro

Automated UI testing API for Dynamics 365
MIT License
521 stars 288 forks source link

[BUG] Exception: ' Unable to Click the View Picker', while using the function - SwitchView in the Grid #1175

Open Jyothi-Swaroop-Charla opened 3 years ago

Jyothi-Swaroop-Charla commented 3 years ago

Our Test environment recently updated to release wave 2.

After that, Switch view function on Grid throwing exception : Unable to Click the View Picker

Error:

System.InvalidOperationException: Unable to click the View Picker Stack Trace: <>cDisplayClass52_0.b0() SeleniumExtensions.WaitUntil(ISearchContext driver, Func2 searchFunc, Nullable1 timeout, Action1 successCallback, Action failureCallback) SeleniumExtensions.WaitUntilClickable(ISearchContext driver, By by, Nullable1 timeout, Action1 successCallback, Action failureCallback) SeleniumExtensions.WaitUntilClickable(ISearchContext driver, By by, Nullable1 timeout, Action1 successCallback, String exceptionMessage) SeleniumExtensions.ClickWhenAvailable(ISearchContext driver, By by, Nullable1 timeout, String errorMessage) <>c.b72_0(IWebDriver driver) DelegateBrowserCommand1.ExecuteCommand(IWebDriver driver, Object[] params) BrowserCommand1.Execute[T1,T2,T3,T4,T5,T6,T7,T8,T9](IWebDriver driver, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8, T9 p9) BrowserCommand1.Execute(IWebDriver driver) BrowserPage.Execute[TResult](BrowserCommandOptions options, Func2 delegate) WebClient.OpenViewPicker(Int32 thinkTime) <>cDisplayClass73_0.b__0(IWebDriver driver) DelegateBrowserCommand1.ExecuteCommand(IWebDriver driver, Object[] params) BrowserCommand1.Execute[T1,T2,T3,T4,T5,T6,T7,T8,T9](IWebDriver driver, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8, T9 p9) BrowserPage.Execute[TResult](BrowserCommandOptions options, Func`2 delegate) WebClient.SwitchView(String viewName, String subViewName, Int32 thinkTime) Grid.SwitchView(String viewName, String subViewName) TestHelixUpdateProject.HelixUpdateProject() line 66

chandramohand commented 2 years ago

Hi, Me too facing this issue, any update regarding the fix?

Thanks and Regards, Chandra.