Note that there are some explanatory texts on larger screens.

plurals
  1. POAutomation / Macro Software Languages, Libraries, or Tools
    primarykey
    data
    text
    <p><strong>Based on this info, what automation tools / libraries / scripting languages do you suggest?</strong></p> <ul> <li>I have a C++ / C# backround</li> <li>I have a Python future</li> <li>I use Windows, but would very much prefer a multi-platform solution for sharing purposes</li> </ul> <p><strong>How would I use those Tool(s), Language(s), or Library(s) to do the following?</strong></p> <ul> <li><p>Pass input / data between minimized, inactive windows without interfering with whatever the user might be doing in the foreground.</p></li> <li><p>Search for / Act on relevant controls and data inside an inactive window</p></li> <li><p>Interact with an applications GUI while its minimized (GUI controls' screen coordinates are unknown)</p></li> <li><p>Perform HTTP requests / automatic logins or form submitions.</p></li> <li><p>Perform logic</p></li> </ul> <h2>Here's an example problem I'm trying to solve:</h2> <blockquote> <p>I have a program I call "<strong><em>Member Extractor</em></strong>" that extracts my site's member's contact information through the web; although the program can only be controlled through its GUI; and doesn't have the ability to export the data yet. (so each piece of information such as Email, Phone #, etc. must be automatically and systematically copied to the clip board 1-by-1, and pasted into a new <strong><em>"Microsoft Excel"</em></strong> document).</p> <p>Once the information is copied and saved in an organized way, I need to import that data to multiple new "<em>Contact Profiles</em>" generated by the "<strong><em>Universal Contact Manager</em></strong>" extension of the <strong><em>"Google Chrome Web Browser."</em></strong> The ordering of the data in the excel document isn't certain; so some kind of search for the cell location of the column header needs to be preformed along with some logic. </p> </blockquote> <hr>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload