In selenium-webdriver (Java),
We can get the GWT element
for eg. WebElement obj = driver.findElement(By.id("gwt-debug-celltable"));
By obj
we can get that webelement of the celltable but we won't get the actual celltable. So if want to check the number of records in the celltable using Selenium-Webdriver. What i need to do?
Is it possible? If yes please answer asap.