cái này đơn giản mà thímhi all, tình hình là mình đang bặp bẹ viết imacro, phải nói là ngu chưa thông đc cái gì. Có vấn đề này nhờ mọi người giúp View attachment 96309
để imacro nó tự động chọn tháng thì code như thế nào vậy.
Thanks các pro đã chia sẻ
SET !VAR2 EVAL("var min=1; var max=12; var randomNumber = Math.floor(Math.random()*(max-min+1))+min; randomNumber;")
EVENT TYPE=MOUSEDOWN SELECTOR="HTML>BODY>DIV>DIV:nth-of-type(2)>DIV>DIV>DIV>FORM>DIV:nth-of-type(5)>FIELDSET>LABEL>SPAN>DIV" BUTTON=0
EVENT TYPE=CLICK SELECTOR="HTML>BODY>DIV>DIV:nth-of-type(2)>DIV>DIV>DIV>FORM>DIV:nth-of-type(5)>FIELDSET>LABEL>SPAN>DIV:nth-of-type(2)>DIV:nth-of-type({{!VAR2}})>DIV" BUTTON=0
thanks cậucái này đơn giản mà thím