Search found 8 matches
- Wed Sep 02, 2020 7:11 am
- Forum: Scripts and Tips
- Topic: Self Deleting Script
- Replies: 1
- Views: 15285
Re: Self Deleting Script
I know this post is from long time ago- but this fixed the problem I've been stuck on forever!! Thanks!!
- Wed Aug 12, 2020 2:15 pm
- Forum: Beginners
- Topic: How to select custom html attributes of the tag?
- Replies: 0
- Views: 33269
How to select custom html attributes of the tag?
Hi!! moderately- improved newbie returning with a fresh new problem at hand! Objective: I need to click this button(let's call it A) with attributes of: class=small and Innertext=신청하기 Problem: searching class=small yields A and B buttons and Innertext=신청하기 yields A and C 1: I tried multiple times to...
- Wed Aug 12, 2020 12:03 pm
- Forum: Beginners
- Topic: How to get tags with two specific attribute=value in IEGetTagsByAttrib
- Replies: 6
- Views: 7103
Re: How to get tags with two specific attribute=value in IEGetTagsByAttrib
Stringreplace! Never thought of those!!
Thank you for helping out!
Thank you for helping out!
- Sun Aug 09, 2020 7:16 am
- Forum: Beginners
- Topic: How to get tags with two specific attribute=value in IEGetTagsByAttrib
- Replies: 6
- Views: 7103
Re: How to get tags with two specific attribute=value in IEGetTagsByAttrib
Very ashamed to be asking for help again.. the finish line is so close yet so far away... Most of my goal is: clicking multiple identical buttons in an internet site without image recognition So using your solution - I tried to apply it to other part of my coding as well: most of it worked perfectly...
- Fri Jul 31, 2020 3:48 am
- Forum: Beginners
- Topic: How to get tags with two specific attribute=value in IEGetTagsByAttrib
- Replies: 6
- Views: 7103
Re: How to get tags with two specific attribute=value in IEGetTagsByAttrib
Thank you so much for the quick reply!!! I'm so thrilled to try out your solution! Yep- I used url for the actual code! Belated thank-you but I'm loving using Macro scheduler and it's making my life so much easier now! Sometimes I don't entirely understand it and makes my brain melt.. but I'm learni...
- Thu Jul 30, 2020 2:52 pm
- Forum: Beginners
- Topic: How to get tags with two specific attribute=value in IEGetTagsByAttrib
- Replies: 6
- Views: 7103
How to get tags with two specific attribute=value in IEGetTagsByAttrib
So dejected...Plz help a sad newb out.. Trying to click this button in a site that doesn't allow tab& image recognition doesn't work that well IEGetTagsByAttrib>IE[0],input,value=1,O,arrTag 0: ARRTAG_1=<input id="first_hidsortnum" type="hidden" value="1"> 0: ARRTAG_2=<input name="que_28799_348987" i...
- Thu Jul 30, 2020 2:00 pm
- Forum: Beginners
- Topic: Clicking buttons in IE that needs scrolling down
- Replies: 3
- Views: 5368
Re: Clicking buttons in IE that needs scrolling down
Thanks! I'll try that!!
- Fri May 01, 2020 10:24 am
- Forum: Beginners
- Topic: Clicking buttons in IE that needs scrolling down
- Replies: 3
- Views: 5368
Clicking buttons in IE that needs scrolling down
:oops: Hi.. Total noob here- bought Macro scheduler pro few days ago and getting used to it My problem is that I have successfully located Multiple buttons that I need to press in a certain website However most of the buttons are out of reach far down below on the screen- in a place that needs scrol...