nakshatra
6 years agoContributor
Table not found error is getting displayed
Hi All,
I am trying to get row values from table.
here is my javascrpit code:
Browsers.Item(btChrome).Navigate("url"); Aliases.browser.pageTestCmAccesshealthcarephysic.form.panel.field...
- 6 years ago
Thanks for the reply.
New code throwing error.
Correct code is :
let table= Aliases.browser.pageTestCmAccesshealthcarephysic2.WaitAliasChild('tableSearchresultgrid', 10000);
tableSearchresultgrid is child of pageTestCmAccesshealthcarephysic2. With this code it's working.
Thanks :)