This topic is locked

have access to pageObject in Tri-part events

10/5/2021 1:31:58 PM
Suggestions
Myr0n author

Hello xlinesoft team PHPRunner

Presently we have access to pageObject in ClientBefore and ClientAfter events but not OnServer event.
Benefits:
Manipulate $pageObject items in the server side based on data manipulation including buttons, proxy items, etc..

Pete K 10/5/2021

I don't understand your rationale. pageObject is a JavaScript object meant for client-side methods. You can't do that server-side. That's kind of the point behind tri-part events: you get to work both client and server side and pass data between the two. You should be able to accomplish anything you want by using all three parts. What am I missing?