Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Output CheckPoint with WebTable what does it do?
#1
Not Solved
Hello,

Would someone please clarify what the following line does and if there's a way to retrieve the result of the CheckPoint? In the Object Repository "a table" exists under the "Test Objects" section and "Action Items R Table Data Output" exists under the "Checkpoint and Output Object" section.

Code:
Browser("Browser").Page("Page").WebTable("a table").Output CheckPoint("Action Items R Table Data Output")

Thanks.
Reply
#2
Not Solved
U can retrieve the result of the checkpoint by
Code:
a=Browser("Browser").Page("Page").WebTable("a table").Output (CheckPoint("Action Items R Table Data Output"))
msgbox(a)
Reply
#3
Not Solved
I've tried that, all that does is throw a "Expected end of statement" for

Code:
a=Browser("Browser").Page("Page").WebTable("a table").Output (CheckPoint("Action Items R Table Data Output"))

Any suggestions?
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Webtable Checkpoint to get cell data from dynamic WbfGrid Neetha 1 3,333 08-20-2015, 11:43 PM
Last Post: ADITI1992
  Output Values error Tasleem 3 3,718 10-27-2014, 02:13 PM
Last Post: Tasleem786
  Way to take values from datasheet and output Fairbanks 3 2,897 03-27-2014, 07:18 PM
Last Post: Ankur
  Output value oracle form QAVA 2 3,552 11-30-2012, 03:09 AM
Last Post: QAVA
  Writing checkpoint to output file - need help dublinsox 0 1,904 08-15-2012, 05:07 PM
Last Post: dublinsox

Forum Jump:


Users browsing this thread: 1 Guest(s)