Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 552 Bytes

File metadata and controls

17 lines (12 loc) · 552 Bytes

BotResult Enum

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

Values

Name Value Description
BAD 'bad'
GOOD 'good'
NOT_DETECTED 'not_detected'

[Back to Model list] [Back to API list] [Back to README]