Search found 2 matches

by ZeenyxSupport
Wed Aug 10, 2016 2:22 pm
Forum: Zee Language
Topic: Dynamic Instantiation
Replies: 0
Views: 34830

Dynamic Instantiation

If you want to interact with or check for the existence an object that has not been defined you can use a selector to do so. For example if you want to know whether a textual object is on your web page, you can use the following approach: MyPage.WebText["the text of the object goes here"]....
by ZeenyxSupport
Thu Jan 22, 2015 5:02 pm
Forum: Zee Language
Topic: Reusable test to verify a fields maximum length
Replies: 0
Views: 34592

Reusable test to verify a fields maximum length

This is a reusable function that can be used to verify the maximum field length of your edit fields regardless of the target application's platform. Provide the full object name of the field to be verified along with its expected maximum field length. An error will be raised if the maximum field len...