Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DataGrid.Find returns NOT GET ITEM #284

Open
PriyaYogs opened this issue Dec 7, 2018 · 2 comments
Open

DataGrid.Find returns NOT GET ITEM #284

PriyaYogs opened this issue Dec 7, 2018 · 2 comments

Comments

@PriyaYogs
Copy link

PriyaYogs commented Dec 7, 2018

"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.

@reneeazevedo
Copy link

@PriyaYogs Did you get any other alternative to solve the problem? I also have the same problem

@nguyenvongochuy
Copy link

@PriyaYogs @reneeazevedo

I have the same problem, do you have solution?
2gis/Winium#105

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants