Returns whether output is raw on the specified response object.
Syntax
getIsRaw( response )
response.getIsRaw( )
Parameters
response
|
the response object to use.
|
Returns
boolean
|
whether output is raw.
true if output is raw.
false if output is not raw.
|
Notes
This method is only accessible by ss.
Example
if Response( ).getIsRaw( ) then
break
end
|