implement obtain raw request functions

Bug #317475 reported by e.mortoray
2
Affects Status Importance Assigned to Milestone
TestPlan
Fix Released
High
e.mortoray

Bug Description

In support of the raw/rendered handling this is to implement the raw request functions.

There should be two functions:

GetClickRequest
GetSubmitFormRequest

Which return a currently opaque request object. To obtain this request use the function

GetRequest

(A GotoRequest could also be introduced)

These function should be supported in all the backends where it makes sense (HTMLUnit, Selenium)

e.mortoray (e-mortoray)
Changed in testplan:
assignee: nobody → e-mortoray
importance: Undecided → High
milestone: none → httpclient-replacement
status: New → Confirmed
Revision history for this message
e.mortoray (e-mortoray) wrote :

Examples for use would be like below.

set %Request% as GetClickRequest link:My Button
GetRequest %Request%

set %Request% as GetSubmitFormRequest with
  %Params:a% value
  %Params:b% value
end
GetRequest %Request%

The results of GetRequest are then like RawGetURL.

Another feature would allow for introspection on the %Request% object itself.

Revision history for this message
e.mortoray (e-mortoray) wrote :

Functions implemented. As well as the introspection function "InspectRequest" (needed to test the form variant).

Changed in testplan:
status: Confirmed → Fix Committed
edA-qa (eda-qa)
Changed in testplan:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.