Skip to content

Latest commit

 

History

History
20 lines (9 loc) · 382 Bytes

BotdBotResult.md

File metadata and controls

20 lines (9 loc) · 382 Bytes

BotdBotResult

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

Enum

  • NOT_DETECTED (value: "notDetected")

  • GOOD (value: "good")

  • BAD (value: "bad")