So, I'll start off by showing you the current code
var CurrItem = document.querySelector('input[value="Insane 4"]').click();
SetTimeout(function(){CurrItem.Click();,10000}
This is what it looks like, I assumed it would select a input text of "Insane 4.." and then click it.
Now what it actually did was absolutely nothing.
I'm trying to click the object by input so I can automate a sell system to select a Object named "Insane #" then click another button with the input of "Sell"
This is what I'm trying to click within the browser
This is the code for the above
Things to keep in mind:
RowID Always changes.
I'm going to be doing more then "4" (4 - 11)
I'm using TamperMonkey to run the script.