Forum Discussion

nakshatra's avatar
nakshatra
Contributor
5 years ago
Solved

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...
  • nakshatra's avatar
    nakshatra
    5 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 :)