Jump to content

Recommended Posts

Posted

I'm trying to automate installation of some software that doesn't have a silent switch and forces open a web page. My question is:

Is there a window info tool that can read forms? Or is there some other way to read in the webpage to find the tags for the form fields. Coordinates will not work because the resolution of the screen varies and some scrolling is required.

Any advice is greatly appreciated.

Thanks,

ss3

Posted

FireFox has FireBug.

DebugBar is about the best out there - worth getting use to.

Post your code because code says more then your words can. SciTe Debug mode - it's magic: #AutoIt3Wrapper_run_debug_mode=Y. Use Opt("MustDeclareVars", 1)[topic="84960"]Brett F's Learning To Script with AutoIt V3[/topic][topic="21048"]Valuater's AutoIt 1-2-3, Class... is now in Session[/topic]Contribution: [topic="87994"]Get SVN Rev Number[/topic], [topic="93527"]Control Handle under mouse[/topic], [topic="91966"]A Presentation using AutoIt[/topic], [topic="112756"]Log ConsoleWrite output in Scite[/topic]

Posted

FireFox has FireBug.

DebugBar is about the best out there - worth getting use to.

Thanks for the info. I just wish the info on form fields included the ID. All I see is the name and input type.

ss3

Posted

You can use the dom tab to read the html of a selected form/field.

Post your code because code says more then your words can. SciTe Debug mode - it's magic: #AutoIt3Wrapper_run_debug_mode=Y. Use Opt("MustDeclareVars", 1)[topic="84960"]Brett F's Learning To Script with AutoIt V3[/topic][topic="21048"]Valuater's AutoIt 1-2-3, Class... is now in Session[/topic]Contribution: [topic="87994"]Get SVN Rev Number[/topic], [topic="93527"]Control Handle under mouse[/topic], [topic="91966"]A Presentation using AutoIt[/topic], [topic="112756"]Log ConsoleWrite output in Scite[/topic]

  • Moderators
Posted

Thanks for the info. I just wish the info on form fields included the ID. All I see is the name and input type.

ss3

It will show the IDs, but only if they exist.
Posted

It will show the IDs, but only if they exist.

You're right. I didn't notice that when you are on the form section, if you click the form field it will show you all the details including the ID's in the source pane. I guess I just need to spend a little time familiarizing myself with it.

Thanks everyone,

ss3

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
×
×
  • Create New...