reneeazevedo

Results 1 issues of reneeazevedo

I can't retrieve the value of a cell from a datagridview. Code; var grid = _driver.FindElementByName("DataGridView"); var itensgrid = grid.ToDataGrid(); var b = itensgrid.Find(1,1); ![image](https://user-images.githubusercontent.com/52136006/69020596-d238c600-0993-11ea-84c3-94e34e97a91d.png) Message: OpenQA.Selenium.NoSuchElementException : NOT GET...