- Thread Author
- #1
Hello,
I was just wondering if Interact(String, String) is supposed to fail about 40% of the time? When I say fail, I mean either misclicking the menu entirely, thus running somewhere, or clicking the wrong interaction. If this is normal behavior, is there a way to modify the fail rate? The task I'm doing is very simple and even a human would not miss that often. In fact, the rate at which it misses the simple task makes it look like a bot.
Here is sample invocation:
About 90% of the failed time, it clicks the option directly above the target action. The other 10% of the failed time, it clicks out of the menu entirely.
I was just wondering if Interact(String, String) is supposed to fail about 40% of the time? When I say fail, I mean either misclicking the menu entirely, thus running somewhere, or clicking the wrong interaction. If this is normal behavior, is there a way to modify the fail rate? The task I'm doing is very simple and even a human would not miss that often. In fact, the rate at which it misses the simple task makes it look like a bot.
Here is sample invocation:
Code:
portableCrafter.interact("Tan Leather", "Portable crafter");
About 90% of the failed time, it clicks the option directly above the target action. The other 10% of the failed time, it clicks out of the menu entirely.