At the 2021 Summit, @BenjaminGaines introduced the websiteBot Plug-In at
"Tips & Tricks". The plug-in identifies bot desktop visitors by adding
an event listener for mouse movement and assumes that if a "user"
doesn't move their mouse, then it's likely a bot. However, users on a
website may have accessibility challenges and choose to use a keyboard
to navigate (i.e. they may not move their mouse at all). There were a
couple comments in the live chat about this concern as well. Is it
possible tha...