Forum Discussion

rwestbury's avatar
rwestbury
Contributor
11 years ago

Possible to detect HTTP POST and HTTP GET requests from the Browser?

Hello all, We are in need of something like the following: Sys.Browser.Page.MyButton.Click() httpPostRequest = waitForHttpPostRequest(maxWaitTime = 10ms) if httpPostRequest then wa...