Interface SiteMapNode


public interface SiteMapNode
This interface is used to represent items in the Burp's site map.
  • Method Summary

    Modifier and Type
    Method
    Description
    url()
    Retrieve the URL associated with the site map's node.
  • Method Details

    • url

      String url()
      Retrieve the URL associated with the site map's node.
      Returns:
      The URL of the node.