java.lang.Object
org.openqa.selenium.devtools.v85.memory.model.Module

public class Module extends Object
Executable module information
  • Constructor Details

  • Method Details

    • getName

      public String getName()
      Name of the module.
    • getUuid

      public String getUuid()
      UUID of the module.
    • getBaseAddress

      public String getBaseAddress()
      Base address where the module is loaded into memory. Encoded as a decimal or hexadecimal (0x prefixed) string.
    • getSize

      public Number getSize()
      Size of the module in bytes.