wasimwsm Posted August 2, 2010 Posted August 2, 2010 Hi i m unable to send in username and password field plz help me
water Posted August 2, 2010 Posted August 2, 2010 Have you tried AutoIt's Window Info Tool to get the controls to enter userid and password? Could you show us the code you have so far? It's easier to help you if we have a s much info as possible. 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
wasimwsm Posted August 2, 2010 Author Posted August 2, 2010 I tried everything using autoit window info also but i m unable to do so run("C:\Program Files\Internet Explorer\iexplore.exe") WinWaitActive("Blank Page - Windows Internet Explorer") send("http://clarity.wdc.bsnl.co.in/") send("{Enter}") WinWaitActive("Windows Internet Explorer","The webpage you are viewing is trying to close the window") send("!y") WinWaitActive("BSNL CDR PROJECT CLRWPH1 - WebUtil - Windows Internet Explorer") send("b199105417")
water Posted August 2, 2010 Posted August 2, 2010 As everything you do is IE based I would try the Internet Explorer UDF. It's part of AutoIt - help can be found in the helpfile -> User Defined Functions Reference -> IE Management. Use functions _IECreate and _IEFormElementSetValue. _IEFormElementSetValue has a good login example and some more can be found on the forum. 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
wasimwsm Posted August 2, 2010 Author Posted August 2, 2010 thanx water for reply but problem is that i m not getting form details coz right button click is not available on that site
water Posted August 2, 2010 Posted August 2, 2010 (edited) You could use _IEFormgetCollection to get all forms in the page (see example on how to use). With _IEFormElementgetCollection you get all elements of a form. The element can then be used with _IEFormELementSetValue. Edited August 2, 2010 by water 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
JohnOne Posted August 2, 2010 Posted August 2, 2010 That login window looks like it might be javascript. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now