Jump to content

Recommended Posts

Posted

Hello,

New to autoIT. I looked through numerous forums dating back 2008 to 2021 about firefox and autoit

My main question is I am trying to setup a script that will prompt user for url, and login information on firefox.

example:

Enter URL, Enter Username, and Password. 

User enters above and the script uses information and goes to site, and logs in

 

For reference i looked into advancedinput and input for reference.. but I can't seem to find the answer i need.

Hopefully that makes sense and I appreciate the help!

Posted

Welcome to AutoIt forum.

You should start here:

https://www.autoitscript.com/wiki/WebDriver

When you get into trouble please ask a more precise question, including indicating what you have already achieved.

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Posted

Hi mLipok,

 

I stated I was looking to script the user to enter the url to web page, login credentials and then have the script use this and login to that webpage.

 

I also mentioned I looked at numerous forums and did not find my answer.

  • Moderators
Posted

@FinDaPancake You asked for a good starting point, and were pointed to the WebDriver section on the Wiki, which is the exact answer to what you need for FF automation. I am honestly confused as to what you think you are not receiving?

 

                                                                                   ====All others, stay our for the time being please====

"Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball

How to get your question answered on this forum!

Posted
  On 6/22/2023 at 7:29 PM, JLogan3o13 said:

====All others, stay our for the time being please====

Expand  

oops. sorry....

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Posted

With the link provided i understand grabbing files but installation is written like im supposed to know ..

 

Step by step would be nice again new to this its all foregin to me .

  • Moderators
Posted (edited)

I guess I am still not understanding what you think you're lacking? Have you actually read through the FAQs in that article? Each one has either an example right in the answer, or a callout to a thread on the forum that provides an example script.

We have all been on Day 1 before, so we know it can seem overwhelming. But the information is all there; you just have to invest some time reading and trying the example scripts out. If, after trying something on your own, you run into trouble feel free to post the script here along with a detailed description. But all the information you need to get started is right there; anyone writing a step by step guide in this thread for you would essentially be reading it for you and copy/pasting the info.

 

                                                     =====If anyone else has anything to help by way of assistance, please feel free=====

Edited by JLogan3o13

"Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball

How to get your question answered on this forum!

Posted (edited)

@FinDaPancake First off, make sure that you are familiar with the fundamentals of AutoIt, I'm saying that since you seem to lack the knowledge regarding the concept of UDFs (user-defined functions).

I'm not really sure what the right resource is for learning all the fundamentals so I request others to share their resources.

The one resource you can always count on is the help-file, but it might be too verbose for someone who is not from a highly technical background.

Also tagging @water here, the one who started the wiki article, since OP seems to be having a hard time with it.

Edited by TheDcoder

EasyCodeIt - A cross-platform AutoIt implementation - Fund the development! (GitHub will double your donations for a limited time)

DcodingTheWeb Forum - Follow for updates and Join for discussion

Posted (edited)

according to: 

  On 6/22/2023 at 9:00 PM, JLogan3o13 said:

=====If anyone else has anything to help by way of assistance, please feel free=====

Expand  

  and...

  On 6/22/2023 at 9:00 PM, JLogan3o13 said:

But the information is all there; you just have to invest some time reading and trying the example scripts out.

Expand  

After review:

I think the WiKi page for AutoIt WebDriver usage is ..... usually pretty good, especially since I've spent a lot of time editing and updating this Wiki page so far  .....  but recently we had some issue with WiKi engine, and thus code tags/region and quotation are broken.

Because of this, most of mentioned WiKi page content can be considerd as a difficult to read and understand.

 

But...

my recent statement:

  Quote

You should start here:
https://www.autoitscript.com/wiki/WebDriver

When you get into trouble please ask a more precise question, including indicating what you have already achieved.

Expand  

is still valid as OP asked:

  On 6/22/2023 at 7:15 PM, FinDaPancake said:

just asking a good starting

Expand  

 

Edited by mLipok

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Posted (edited)
  On 6/22/2023 at 7:54 PM, FinDaPancake said:

Step by step would be nice again new to this its all foregin to me .

Expand  

Did you look into wd_demo.au3 ?
I can presume yes.

 

Did you go through all the links mentioned here:

https://www.autoitscript.com/wiki/WebDriver#References

Especially :

 

btw.

Few hours ago I suplemented WiKi page with this link:

https://github.com/mlipok/Au3WebDriver-testing
 

Take a look there. 

Especially for just created/uploaded wd_testing_Example.au3.

Edited by mLipok

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Posted (edited)

Thank you all for your time and input

I will look through links and helpful guides

Everyone said it right .. I am new and inexperienced in this area.

 

the FF.au3 was the UDF that I could not figure out for the life of me to install/utilize

Edited by FinDaPancake

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