Jump to content

Recommended Posts

  • Replies 45
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

Posted
Posted

Thank You  everyone who contribuited to my thread for taking the time to post. i have made it working by doing this. 

Local $ClickPret = _ImageSearch("clickpret.bmp", 1, $x, $y, 0) ;====> Cauta sa dea click pe pret
    If $ClickPret = True Then
        MouseClick("Left", $x+170, $y-70) ;Checkbox click Virtual
        Sleep(100)
        MouseClick("Left", $x, $y,1 ,1) ;==>Click Pe Variation Price
        Send("^v")
    EndIf
    If $ClickPret = Not True Then
        MouseWheel("Down", 1)
        Sleep(400)
    EndIf
    Local $Save = _ImageSearch("savechanges.bmp", 1, $x, $y, 0) ;====> Verifica daca a ajuns la capat
    If $Save = True Then
        MouseClick("left", $x, $y)
        ExitLoop
    EndIf

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...