[SOLVED] Â What does pageObject.stopPRG do? |
4/5/2018 11:36:22 | |
| ASPRunner.NET General questions | ||
|
J
jetsguy author
What does pageObject.stopPRG do? I cannot seem to find any documentation on it. It is mentioned in code examples. How to display any page in Bootstrap popup window |
||
|
|
Sergey Kornilov admin 4/5/2018 |
|
PRG stands for Post/Redirect/Get technique: pageObject.setProxyValue("saved", true); |
|