detect bot

  1. yo3ggx

    Android Example Check if the application is running on a Chromebook

    If you want to check if the application is running on a Chromebook (for example to do some specific GUI reconfiguration to run in a resizable Window), you can use the following routine. Hope it helps. Returns true if is a Chromebook, False otherwise. Sub isChromebook As Boolean #If JAVA import...
  2. Alejandro Moyano

    B4A Library B4ActivityManager: detect bots using your app

    Hi I needed to detect bots to block and found that can be handled by the activity manager using the functions isRunningInUserTestHarness and isUserAMonkey then I developed a wrapper around. The following functions are implemented: isRunningInUserTestHarness: Returns "true" If the device Is...
Top