Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[solved] select html element and click?
#1
I'm trying to select certain elements on the comment section to post a comment on the url below
http://thechive.com/2014/01/13/beagle-g ... ets-video/

I can identity the elements using firebug addon for firefox, but how do I click them?

The first one is to enter my comment...

<span class="placeholder">Join the discussion…</span>


The second one is to post...

<span>

Username

</span>


Thanks
#2
Macro Macro2217
Code:
Copy      Help
int w=wait(3 WV win("" "Mozilla*WindowClass" "" 0x4))
act w
Acc a.FindFF(w "" "Join the discussion…" "" 0x1001 3)
a.WebScrollTo
a.Mouse(1)
#3
Thanks!
#4
How do I modify this to find tags like?

<button type="submit" class="btn submit" aria-label="Post"></span></button>
#5
Check the attributes in "Find accessible object" dialog.
#6
Thanks!


Forum Jump:


Users browsing this thread: 1 Guest(s)