Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 668 Bytes

BotdDetectionResult.md

File metadata and controls

24 lines (13 loc) · 668 Bytes

BotdDetectionResult

Stores bot detection result

Properties

Name Type Description Notes
result ResultEnum 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
type String [optional]

Enum: ResultEnum

Name Value
NOTDETECTED "notDetected"
GOOD "good"
BAD "bad"