Skip to content

Latest commit

 

History

History
22 lines (10 loc) · 472 Bytes

File metadata and controls

22 lines (10 loc) · 472 Bytes

BotResult

Bot detection result:

  • bad - bad bot detected, such as Selenium, Puppeteer, Playwright, headless browsers, and so on
  • good - good bot detected, such as Google bot, Baidu Spider, AlexaBot and so on
  • not_detected - the visitor is not a bot

Enum

  • BAD (value: "bad")

  • GOOD (value: "good")

  • NOT_DETECTED (value: "not_detected")

  • UNSUPPORTED_VALUE_SDK_UPGRADE_REQUIRED (value: "unsupported_value_sdk_upgrade_required")