win7guru
unread,Apr 20, 2011, 7:56:56 PM4/20/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Chrome Developer Tools
I have been trying to create a macro that checks the version of a
program, but the program has a flash badge, which makes it hard for me
to manipulate the text. The only way to access the version number, is
by viewing the source of the php file. Here is my proposed idea:
Here are the steps
1. Open Chrome
2. Type text programbadge.php
3. Press Ctrl+U to view source of php page
4. Press Ctrl+A and Ctrl+C to select all, and copy entire text
5. Determine if the clipboard contains 999.8xx
6. If it does, then goto line 5 or 6 of the code
7. If not, then goto the site and download the new version
The proposed idea is in terms of Step 6, all other steps work.