// Method: POST
// Data: null
Navigator::navigate_to_url:
  URL: https://example.com/purchase/
  Target: _blank
  Method: POST

// Method: GET
// Data: null
Navigator::navigate_to_url:
  URL: https://example.com/purchase/
  Target: _blank
  Method: GET

// Method: POST
// Data: 
Navigator::navigate_to_url:
  URL: https://example.com/purchase/
  Target: _blank
  Method: POST

// Method: GET
// Data: 
Navigator::navigate_to_url:
  URL: https://example.com/purchase/
  Target: _blank
  Method: GET

// Method: POST
// Data: sku=Test
Navigator::navigate_to_url:
  URL: https://example.com/purchase/
  Target: _blank
  Method: POST
  Param: sku=Test

// Method: GET
// Data: sku=Test
Navigator::navigate_to_url:
  URL: https://example.com/purchase/
  Target: _blank
  Method: GET
  Param: sku=Test

// Method: POST
// Data: sku=Test
Navigator::navigate_to_url:
  URL: https://example.com/purchase/?sku=Test
  Target: _blank
  Method: POST

// Method: GET
// Data: sku=Test
Navigator::navigate_to_url:
  URL: https://example.com/purchase/?sku=Test
  Target: _blank
  Method: GET

