tixcraft_bot/webdriver/Maxbotplus_1.0.0/js/ticket_date.js

5 lines
140 B
JavaScript
Raw Normal View History

2024-01-04 09:46:18 +00:00
$a_btn=$("#portfolio").find("div.description > table.table > tbody > tr > td > button[onclick]");
if($a_btn.length==1) {
$a_btn.click();
}