You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Winium.Elements.Desktop.DataGrid.Find(row, column)" fails with below exception:
Element not foundOpenQA.Selenium.NoSuchElementException: NOT GET ITEM
at OpenQA.Selenium.Remote.RemoteWebDriver.UnpackAndThrowOnError(Response errorResponse)
at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
at Winium.Elements.Desktop.DataGrid.CallDataGridcellCommand(String command, Int32 row, Int32 column)
at Winium.Elements.Desktop.DataGrid.Find(Int32 row, Int32 column)
I am able to find the control of type "DataGrid" and "Winium.Elements.Desktop.DataGrid.RowCount" and "Winium.Elements.Desktop.DataGrid.ColumnCount" works, but "find" fails and hence I am not able to get the text value of a particular cell in a data grid.
I also tried DataGrid.Find(x,y).GetAttribute("SetValue") --> Again same exception "NoSuchElementException: NOT GET ITEM" at Find.
Please let me know how to get particular cell value from a data grid using the Winium DataGrid extensions.
The text was updated successfully, but these errors were encountered:
"Winium.Elements.Desktop.DataGrid.Find(row, column)" fails with below exception:
Element not foundOpenQA.Selenium.NoSuchElementException: NOT GET ITEM
at OpenQA.Selenium.Remote.RemoteWebDriver.UnpackAndThrowOnError(Response errorResponse)
at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
at Winium.Elements.Desktop.DataGrid.CallDataGridcellCommand(String command, Int32 row, Int32 column)
at Winium.Elements.Desktop.DataGrid.Find(Int32 row, Int32 column)
I am able to find the control of type "DataGrid" and "Winium.Elements.Desktop.DataGrid.RowCount" and "Winium.Elements.Desktop.DataGrid.ColumnCount" works, but "find" fails and hence I am not able to get the text value of a particular cell in a data grid.
I also tried DataGrid.Find(x,y).GetAttribute("SetValue") --> Again same exception "NoSuchElementException: NOT GET ITEM" at Find.
Please let me know how to get particular cell value from a data grid using the Winium DataGrid extensions.
The text was updated successfully, but these errors were encountered: