Search found 2 matches

by andreawaldorf
Wed Apr 06, 2016 1:32 pm
Forum: Zee Language
Topic: Verifying Information From a PDF
Replies: 0
Views: 34248

Verifying Information From a PDF

I needed a way to use AscentialTest to verify information in a PDF file. Since AscentialTest cannot hook into the PDF itself, I was able to do the following to achieve my goal. [ ] System.SetClipboard({}) // clear the Clipboard of any prior information [ ] PDFWindow.Click() [ ] PDFWindow.TypeKeys(&q...
by andreawaldorf
Thu Oct 18, 2012 11:08 am
Forum: Zee Language
Topic: Helper Function to Accompany $ Operator
Replies: 0
Views: 38750

Helper Function to Accompany $ Operator

I found that the '$' operator only works for one level (up to a period). In order to get around this, I have written my own function to evaluate a complex string made up of x levels of objects. I don’t know if this is something that others can use but I find it very useful when writing reusable auto...