Defining path of app object class for use within a webpage

Tips and Techniques

Moderators: ZeenyxSupport, blesuer

Post Reply
Rebecca
Posts: 1
Joined: Mon Jan 26, 2015 4:32 pm

Defining path of app object class for use within a webpage

Post by Rebecca »

Create an app object class and set the path to root/WebPage[1]. This will allow elements of the class to be recognized when an object of the class is included in a WebPage object.

[-] app class DefaultPageElements
[ ] path root/WebPage[1]
[ ] (web elements go here)
[-] app WebPage eStoreDefaultPage
[ ] path [@URL like "*default*"]
[ ] DefaultPageElements eStoreDefaultPageElements
Post Reply