Re: Jenkins' HTTP Request plugin does not wait until web page is loaded

2020-12-02 Thread 'Björn Pedersen' via Jenkins Users
Are you sure your GET request targets the right endpoint? If you get a loading mesage, this is a strong hint that there is ajax loading involved, which the http requets plugin would not handle. Either find out the ajax endpoint you are interessted in, or switch to e.g. using selenium in

Jenkins' HTTP Request plugin does not wait until web page is loaded

2020-12-02 Thread Nilesh Tembhre
Hi all, I am using the 'HTTP Request' plugin available in Jenkins. I have to do a GET request using this plugin. But the web page, I want to GET, takes a few seconds to load the page. But, Jenkins completes the job and shows the 'loading' information in response. Could someone please tell me