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.