Jump to content

Recommended Posts

Posted

need to press allot of buttons of same text but with different numbers i will give an example

button 1:

<div class="x-button-litebutton-wrapper x-btn action_button inline_block x-component x-btn-text-icon " aria-describedby="x-auto-2128" id="x-auto-2435" tabindex="0" style="width: 39px;">Follow<img onload="this.__gwtLastUnhandledEvent=&quot;load&quot;;" src="http://tweepi.com/js/tweepigxt/clear.cache.gif" style="width: 16px; height: 16px; background-image: url(http://tweepi.com/js/tweepigxt/67791A54F68E6C387B9AEF4E96FFB252.cache.png); position: absolute; left: 67.8923568725586px; top: 31.8958740234375px; background-position: -162px 0px; background-repeat: no-repeat no-repeat;" border="0" role="presentation" class=" x-btn-image"></div>

;button 2:

<div class="x-button-litebutton-wrapper x-btn action_button inline_block x-component x-btn-text-icon x-item-disabled" aria-describedby="x-auto-1703" id="x-auto-1727" tabindex="0" style="width: 39px;" aria-disabled="true">Follow<img onload="this.__gwtLastUnhandledEvent=&quot;load&quot;;" src="http://tweepi.com/js/tweepigxt/clear.cache.gif" style="width: 16px; height: 16px; background-image: url(http://tweepi.com/js/tweepigxt/67791A54F68E6C387B9AEF4E96FFB252.cache.png); position: absolute; left: 68.892333984375px; top: 31.8958740234375px; background-position: -162px 0px; background-repeat: no-repeat no-repeat;" border="0" role="presentation" class=" x-btn-image"></div>

;button 3:

<div class="x-button-litebutton-wrapper x-btn action_button inline_block x-component x-btn-text-icon " aria-describedby="x-auto-2203" id="x-auto-2465" tabindex="0" style="width: 39px;">Follow<img onload="this.__gwtLastUnhandledEvent=&quot;load&quot;;" src="http://tweepi.com/js/tweepigxt/clear.cache.gif" style="width: 16px; height: 16px; background-image: url(http://tweepi.com/js/tweepigxt/67791A54F68E6C387B9AEF4E96FFB252.cache.png); position: absolute; left: 67.8923568725586px; top: 222.89581298828125px; background-position: -162px 0px; background-repeat: no-repeat no-repeat;" border="0" role="presentation" class=" x-btn-image"></div>
; etc

there are hundreds of that i need click (to know so thats why i want to make auto script)

as you can so in the ID is always "x-auto-(and than a random number always above 0)" and the inner text is always "follow" I thought of tracking it with an id and a "$above0" function but i dont how to do this could somebody help me with the please

 

Posted

Can you please tell us what you try to achieve?

My UDFs and Tutorials:

Spoiler

UDFs:
Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki
ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts
OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki
OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download
Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki
PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki
Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki

Standard UDFs:
Excel - Example Scripts - Wiki
Word - Wiki

Tutorials:
ADO - Wiki
WebDriver - Wiki

 

Posted (edited)

Can you please tell us what you try to achieve?

its for following twitter followers , there is a "tweepi sellect all" function that will do this all automaticly but it doesnt work on firefox only on chrome but i have problems with chrome on autoit, so i thought i will do this manually to push these buttons al by my self, its not againts the twitters rules nor the rules of tweepi, tweepi is a legal website created for twitter to make it easier to follow people and getting people to follow you back,

Edited by Arclite86
Posted

I think you should first solve - and understand - your latest thread: title="View Topic">excel read and write function?

What you now try to do is much more complex.

My UDFs and Tutorials:

Spoiler

UDFs:
Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki
ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts
OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki
OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download
Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki
PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki
Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki

Standard UDFs:
Excel - Example Scripts - Wiki
Word - Wiki

Tutorials:
ADO - Wiki
WebDriver - Wiki

 

Posted

I think you should first solve - and understand - your latest thread: title="View Topic">excel read and write function?

What you now try to do is much more complex.

i know :)  but it is al for the same project and i think i understand how i can solve that pervious thread of mine,

but without getting  this function to work the whole project will fail if you understand what i mean, this function is actually more inportant than my previous, this can be complex but i am willing to learn so could you please show or/ tell me i can achieve this function

Posted

This isn't a simple hyperlink but something more complex. Unfortunately that is way over my head.

Hopefully someone more knowledgable will jump in.

My UDFs and Tutorials:

Spoiler

UDFs:
Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki
ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts
OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki
OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download
Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki
PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki
Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki

Standard UDFs:
Excel - Example Scripts - Wiki
Word - Wiki

Tutorials:
ADO - Wiki
WebDriver - Wiki

 

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