Closed
Solved
What is the recommended way to expose a page level property under pyWorkPage
eg:- pyWorkPage.ExpensePage.Item So IF I have to expose Item, there are 2 ways either create a declare index on the Expense class or directly expose the item in the Work class.