Skip to main content

build_browser_request

Function build_browser_request 

Source
pub fn build_browser_request(
    op: &BrowserOperationTemplate,
    context: &Value,
    renderer: &dyn TemplateRenderer,
) -> Result<PreparedBrowserCommand>
Expand description

Build a PreparedBrowserCommand from a BrowserOperationTemplate by rendering all Jinja template strings with the given context.