This topic is locked
[SOLVED]

How to get pxory value in field evnet ??

9/27/2022 3:53:16 AM
PHPRunner General questions
V
vanhazar author

I Use the setProxyValue() method to pass PHP values to JavaScript.

$pageObject->setProxyValue("name", "some value");

the value can get on Onload and custom button.... evnets,

alert(proxy['name']);

but how to get proxy value on field event ??

V
vanhazar author 9/27/2022

self-questioning,
The following code needs to be added to the OnLoad event event

window.proxy = proxy;