Hi Prabhath,
Thanks for the detailed info.
Now I am writing the code like follows and achieve the things,
Case "Link"
Case "WebElement"
Adding the cases here for all the types of classes, so my script is running and returning the results for all the rows by matching the corresponding case.
Using the above code checking the UI elements on the page not performing any actions.
Is this right approach?
Thanks,
Venkat
Thanks for the detailed info.
Now I am writing the code like follows and achieve the things,
Case "Link"
Code:
Browser("name:="&BrowserName).Page("name:="&PageName).Link("name:="&LinkName).Exist
Case "WebElement"
Code:
Browser("name:="&BrowserName).Page("name:="&PageName).WebElement("name:="&LinkName).Exist
Using the above code checking the UI elements on the page not performing any actions.
Is this right approach?
Thanks,
Venkat