Jump to content

JulessVerne

Active Members
  • Posts

    23
  • Joined

  • Last visited

Everything posted by JulessVerne

  1. 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
  2. and what do i add after this _IEFormElementCheckBoxSelect($oForm,
  3. Nici o potrivire = No Match
  4. i did the first time like i told you i search 2 time for the from and the only form i found was from categories with has nothing to do with what im looking for.. are you sure it is a form ?
  5. Hope this helps, im sorry i am noob :))) to the webbuilding codes etc..
  6. Thank you for the lesson i have looked al the source code 2x to find where checkboxes are and havent found nothing regarding the checkboxes. How would you guys go about click that value checkbox from the photos i provided. What method would you use to click it ? I tried imagesearch2015 but it acts very strange it skips the first checkbox, checks the second checkbox, skips the third checkbox , checks the forth, skips the fith.
  7. So this is the add product page i want to check the CheckBox in front of the word Virtual there and on all page. Second photo blue row seclected highlights the entire form Third photo blue line highlights checkbox Clicking on the photos will open them and make them larger and more understandable. Thank you for taking the time to help me.
  8. How can i find this codesnipet ? ?:)
  9. The anaswers to my question are in the image the sourcecode i don 't know but thats the copy pasted form CTRL+ U in the source page
  10. All my info i got from the photo i posted All the info i got is from the photo i have posted. I uploaded the sourcecode now, Scite gives no error sourcecode.txt
  11. i dont want to open another thread so i will ask here: Auto It masters need your help again! this time i need to check a checkbox This is the code. $oIE = _IECreate("http://muratindustries.xyz/wp-admin/post-new.php?post_type=product", 1, 1, 1, 1) Local $oForm = _IEFormGetObjByName($oIE, "checkbox") _IEFormElementCheckBoxSelect($oForm, "Virtual", "variable_is_virtual", 1, "byIndex") This is the photo of the check box code i need to enable from what i can tell is an array because checkbox one is variable_is_virtual[0] the second checkbox is variable_is_virtual[1] and so on...
  12. It worked thank you very much
  13. Will try it when i get home i will let you know if it works i think i tried that already and it didn't work.
  14. #include <IE.au3> HotKeySet("x","Com") While 1 Sleep(1000) WEnd Func Com() $oIE = _IECreate("http://muratindustries.xyz/wp-admin/post-new.php?post_type=product", 1, 1, 1, 1) _IELoadWait($oIE) $oForm=_IEGetObjByName($oIE,"select2-choices") _IEAction($oForm, "focus") EndFunc There.. but i don't it makes any diffrences if there is a site there or not ... i uploaded source code also New Text Document.txt
  15. Is not limited is all the code i wrote i pasted it all.the code there the only thing missing is the "WEBSITE" ... #include <IE.au3> HotKeySet("x","Com") While 1 Sleep(1000) WEnd Func Com() $oIE = _IECreate("Site", 1, 1, 1, 1) _IELoadWait($oIE) $oForm=_IEGetObjByName($oIE,"select2-choices") _IEAction($oForm, "focus") EndFunc witch it does not matter beacuse i posted the source code for the input box there .. Also here is a bigger picture of the code there Thank you for Showing me the "How to post Code"
  16. Also if you can help me make it work in firefox that would be even better
  17. Read again what i told you :)) is admin panel its wordpress site woocommers and the place i need to click is to add COLORS for products. P.S. I am owner of site calm down.
  18. i cant give you site becuase its loged in admin panel and i cant give you acces to admin panel i can print screen source code
  19. #include <IE.au3> HotKeySet("x","Com") While 1 Sleep(1000) WEnd Func Com() $oIE = _IECreate("Insert Site Here", 1, 1, 1, 1) _IELoadWait($oIE) $oForm=_IEGetObjByName($oIE,"select2-choices") _IEAction($oForm, "focus") EndFunc
  20. Can you write here the proper command ? Thank you for taking the time to answer.
  21. I tryied _IEGetObjByName , _IEGetObjById, ieframegetobjbyname, But in he gelp file i cant find byClass ? will try it now
  22. --> IE.au3 T3.0-2 Warning from function _IEGetObjByName, $_IESTATUS_NoMatch (Name: select2-choices, Index: 0) --> IE.au3 T3.0-2 Error from function _IEAction(focus), $_IESTATUS_InvalidDataType
  23. First post, so be kind. Auto It friends i need your help. I can't seem get this code the work. i want to click in that "Value's box" , but cant seem to find it. I have tried looking for : "select2-input select2-default", "s2id_autogen5", "s2id_autogen4". i can't click that for the life of me. If anyone can help me many thanks.
×
×
  • Create New...