I encountered the same issue and also found a solution. I know this is weird, but I discovered that it only happens with find.text or find.textContaining. You can wrap this expect in a try-catch block, and it works. The strange part is that the code inside the catch block is never triggered, but we still can't remove the try-catch, lol.