I'm currently working on creating a bot using CasperJS. The main goal is for the bot to send trade offers by offering an item, but I'm facing difficulties in figuring out how to click on the item. I attempted to use Resurrectio, however, it's not functioning as expected. My assumption is that the issue lies in the need to double-click on the item.
In short - How can I implement a double click function with CasperJS?