| Author |
Message |
Topic: Need help clicking id element when text can change |
Flight4birds
Replies: 20
Views: 403
|
Forum: Ask for Help Posted: Sat Nov 21, 2009 1:06 am Subject: Need help clicking id element when text can change |
It's a javascript call.
I figured you didn't need the table element, I just thought I'd give whatever was in the text of an element box. |
Topic: Need help clicking id element when text can change |
Flight4birds
Replies: 20
Views: 403
|
Forum: Ask for Help Posted: Sat Nov 21, 2009 12:36 am Subject: Need help clicking id element when text can change |
@tank, not sure what you mean by "A" tag.
under this web page I can get this code to work
F1::
COM_Init()
pwb:=iWeb_getwin("External Launch")
... |
Topic: Need help clicking id element when text can change |
Flight4birds
Replies: 20
Views: 403
|
Forum: Ask for Help Posted: Fri Nov 20, 2009 11:33 pm Subject: Need help clicking id element when text can change |
thanks Jethrow that worked. I'll try to keep plugging away at tank's example. For some reason though with this web page, I've only had luck with the javascript infused examples.
There is some lag on ... |
Topic: Need help clicking id element when text can change |
Flight4birds
Replies: 20
Views: 403
|
Forum: Ask for Help Posted: Thu Nov 19, 2009 8:14 pm Subject: Need help clicking id element when text can change |
| Yes, the text exist when nothing happens with the 1st code. |
Topic: Need help clicking id element when text can change |
Flight4birds
Replies: 20
Views: 403
|
Forum: Ask for Help Posted: Thu Nov 19, 2009 7:23 pm Subject: Need help clicking id element when text can change |
| ping |
Topic: Need help w/ hotkey to execute an onclick button on webpage. |
Flight4birds
Replies: 82
Views: 2009
|
Forum: Ask for Help Posted: Thu Nov 19, 2009 7:18 am Subject: Need help w/ hotkey to execute an onclick button on webpage. |
Downloaded your new iWebLerner2 "AHK Web Recorder". I dig it! thanks tank. |
Topic: Creating a transparent window, which contains a pixelSearch? |
Flight4birds
Replies: 67
Views: 1497
|
Forum: Ask for Help Posted: Thu Nov 19, 2009 6:28 am Subject: Creating a transparent window, which contains a pixelSearch? |
try this for the AlwaysOnTop problem
bDim = 35 ; Change this to desired size.
xPos = % (A_ScreenWidth/2) - bDim
yPos = % (A_ScreenHeight/2) - bDim
Gui, +alwaysontop
Gui, -Capt ... |
Topic: Need help clicking id element when text can change |
Flight4birds
Replies: 20
Views: 403
|
Forum: Ask for Help Posted: Thu Nov 19, 2009 1:40 am Subject: Need help clicking id element when text can change |
I updated the new iWeb Standard Library but when I run the code F1::
COM_Init()
pwb:=iWeb_getwin("External Launch")
iWeb_clickText(pwb,"MX55/29 ... |
Topic: Need help clicking id element when text can change |
Flight4birds
Replies: 20
Views: 403
|
Forum: Ask for Help Posted: Tue Nov 17, 2009 5:16 am Subject: Need help clicking id element when text can change |
| whoops sorry. I got the first one to work, the second code has an error message at line 4 saying that there are too many parameters passed to that function. |
Topic: Need help clicking id element when text can change |
Flight4birds
Replies: 20
Views: 403
|
Forum: Ask for Help Posted: Tue Nov 17, 2009 5:01 am Subject: Need help clicking id element when text can change |
Hahahaaaa! I love AHK! works like a charm, thanks Jethrow!  |
Topic: Need help clicking id element when text can change |
Flight4birds
Replies: 20
Views: 403
|
Forum: Ask for Help Posted: Tue Nov 17, 2009 3:32 am Subject: Need help clicking id element when text can change |
jethrow said
Otherwise, I would try to find another way to identify the element (value, innerText, innerHTML, href).
Can we try the innertext route?
Using tank's iwebbrowser2 window spy I get ... |
Topic: Need help clicking id element when text can change |
Flight4birds
Replies: 20
Views: 403
|
Forum: Ask for Help Posted: Tue Nov 17, 2009 2:47 am Subject: Need help clicking id element when text can change |
| no it's not. |
Topic: Need help clicking id element when text can change |
Flight4birds
Replies: 20
Views: 403
|
Forum: Ask for Help Posted: Tue Nov 17, 2009 2:39 am Subject: Need help clicking id element when text can change |
I am using COM to click an element on a web page.
Currently, here is my code
#Include C:\Program Files\AutoHotkey\LIB\COM.ahk
COM_Init()
F1::
{
pwb:=iWeb_getwin ... |
Topic: Need help w/ hotkey to execute an onclick button on webpage. |
Flight4birds
Replies: 82
Views: 2009
|
Forum: Ask for Help Posted: Tue Nov 17, 2009 1:39 am Subject: Need help w/ hotkey to execute an onclick button on webpage. |
Holy cow! Sinkfaze, thank you so much! It worked!
Using the link that you sent, Tank wrote the code that worked on my website. Here's that link.
#Include C:\Program Files\AutoHotkey\LIB\COM.ah ... |
Topic: Quick PixelSearch question |
Flight4birds
Replies: 11
Views: 290
|
Forum: Ask for Help Posted: Thu Nov 12, 2009 6:35 am Subject: Quick PixelSearch question |
Leef_Me,
my apologies. Sometimes I just think everyone is privy to the same track that my brain is going on. I apologize for being unclear.
So I'll give you a run down and thinking behind my scri ... |
| |