18 January 2026:
Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.
This forum is now archived and is in read-only mode. Please continue discussions on our improved new Sahi Pro Community forum.
Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.
Get http request for an event and install firebug
Hi,
What is the method to get the http request/response generated ?
How do i do it in JAVA?
For example, say i am filling a form and i click "Next". Now all the values gets saved on submiiting. How do i get this?
I want to compare the UI values and the one which is being sent (HTTP Request)
Also i want to install Firebug on My browser (SAHI browser).
What are the steps?
Thanking in advance
Regards
Akshada
What is the method to get the http request/response generated ?
How do i do it in JAVA?
For example, say i am filling a form and i click "Next". Now all the values gets saved on submiiting. How do i get this?
I want to compare the UI values and the one which is being sent (HTTP Request)
Also i want to install Firebug on My browser (SAHI browser).
What are the steps?
Thanking in advance
Regards
Akshada
Comments
I was able to install addons but i am still struggling with http request/response thing...
How do u get those?
Regards,
Akshada
#Similar query:
Our webUI had a "Product ID" textbox on JSP webpage, which is not visible now(auto-incremented now).
I want to fetch value of the product ID textbox which is not visible and is auto-incremented.
I have been told that I have to access it from session variables using:
request.getparameter("productid");
Need your help to find a way, how/where can I use this method?
Many thanks