Jump to content

Recommended Posts

Posted

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. 

Untitled.jpg

  • Replies 45
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

Posted
28 minutes ago, JulessVerne said:

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. 

Untitled.jpg

--> 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

Posted

 

2 minutes ago, wwwwww said:

you must use getobjbyclass not ieframegetobjbyname

I tryied    _IEGetObjByName_IEGetObjById,  ieframegetobjbyname, But in he gelp file i cant find byClass ? will try it now 

Posted

#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

Posted
3 minutes ago, Danp2 said:

You didn't answer my question. Does your intended use violate the forum rules?

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. 

Posted

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"  

Untitled.jpg

Posted
Posted
3 minutes ago, wwwwww said:

i can't help if i dont know the url

#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

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...