tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

webdriver.idl (330B)


      1 // GENERATED CONTENT - DO NOT EDIT
      2 // Content was automatically extracted by Reffy into webref
      3 // (https://github.com/w3c/webref)
      4 // Source: WebDriver (https://w3c.github.io/webdriver/)
      5 
      6 interface mixin NavigatorAutomationInformation {
      7  readonly attribute boolean webdriver;
      8 };
      9 Navigator includes NavigatorAutomationInformation;