Descriptive Programming with Variables on the Data Table
Question ID:
104135
♥ 0 |
I’m trying to use descriptive programming and a parameter from the local data table to click on a link. The descriptive I’m using is outertext and the outertext is stored as a parameter on the Local Data Table. This is what I have: Browser("title:=Browser").Page("title:=Page").Link("outertext:=outerTextInfo").Click What I want to do is use DataTable("Category", dtLocalSheet) in place of outerTextInfo but I can’t seem to get the proper syntax. How should this be coded?
Marked as spam
|
Answers (3)