Skip to content

GUNNALAG

Gain and Share the Knowledge

  • About
    • LinkedIn
    • Twitter
    • FaceBook
    • Google+
    • MyMicrosoft
    • MyCitrix
    • MyVMWare
    • MySymantec
    • MyScoop.it
    • MyBookMarks
  • Author
    • Author Page on Packt
    • Buy Mastering Citrix XenDesktop on Amazon
    • Buy Mastering Citrix® XenDesktop® on Packt
    • Getting Started with XenDesktop 7.x
  • Courses
    • Learn Python Programming
    • Learn PowerShell Scripting
    • CXD-210 XenDesktop Administration
  • Forum
    • PowerShell
    • XenDesktop
  • Blog
    • PowerShell
      • Basic Question and Answers
      • Deleting Files and Folders
      • Copying File/Folder(s)
      • Listing only Files/Folder(s)
      • Executing Commands
      • Unix like Head & Tail
      • Implementing detailed logging
      • Mapping a Free Drive Letter
      • Convert PS script into an Exe
      • Process Explorer
      • Password Generator
    • SQL
      • List all active connections
      • List all DBs Sizes in MBs
      • List all DB names in Oracle
      • Kill all sessions connected to SQL DB
      • Search a complete SQL DB
      • Convert UTC Time to Local Time
      • Saving each row from SELECT results set
      • dbo vs. db_owner
    • Php – What is my IP Address?
    • ASP – What is my IP Address?
    • Password Generator – Simple String
    • Compiling Perl Modules
    • What is Software TestDrive?
  • Contact
Search

GUNNALAG

Gain and Share the Knowledge

Close menu
  • About
    • LinkedIn
    • Twitter
    • FaceBook
    • Google+
    • MyMicrosoft
    • MyCitrix
    • MyVMWare
    • MySymantec
    • MyScoop.it
    • MyBookMarks
  • Author
    • Author Page on Packt
    • Buy Mastering Citrix XenDesktop on Amazon
    • Buy Mastering Citrix® XenDesktop® on Packt
    • Getting Started with XenDesktop 7.x
  • Courses
    • Learn Python Programming
    • Learn PowerShell Scripting
    • CXD-210 XenDesktop Administration
  • Forum
    • PowerShell
    • XenDesktop
  • Blog
    • PowerShell
      • Basic Question and Answers
      • Deleting Files and Folders
      • Copying File/Folder(s)
      • Listing only Files/Folder(s)
      • Executing Commands
      • Unix like Head & Tail
      • Implementing detailed logging
      • Mapping a Free Drive Letter
      • Convert PS script into an Exe
      • Process Explorer
      • Password Generator
    • SQL
      • List all active connections
      • List all DBs Sizes in MBs
      • List all DB names in Oracle
      • Kill all sessions connected to SQL DB
      • Search a complete SQL DB
      • Convert UTC Time to Local Time
      • Saving each row from SELECT results set
      • dbo vs. db_owner
    • Php – What is my IP Address?
    • ASP – What is my IP Address?
    • Password Generator – Simple String
    • Compiling Perl Modules
    • What is Software TestDrive?
  • Contact

GUNNALAG

Gain and Share the Knowledge

Search Toggle menu

Tag: Auto Login

April 14, 2016April 14, 2016PowerShell, Scripting, Web Technologies

Fix: document.getElementByID doesn’t work issue while using internetexplorer.application COM objects to auto login to Websites in Internet Explorer browser

Scenario: Its a usual web automation requirement to setup auto login capability for certain sites through Internet Explorer browser. Most common implementation involves using  internetexplorer.application COM object and accessing the web page HTML elements using DOM methods like getElementByID, getElementsByName, getElementsByTagName, etc., However, there are numerous complaints that while implementing COM automation scripts in VBScript, JavaScript, PowerShell, etc., you’ll find that none of the DOM methods fetches any results nor does auto-login to the website.  Further $ie.READYSTATE will return just undefined or null. The general script to wait for IE to finish loading will never proceeds further. In Specific to […]

Read more
November 6, 2015November 6, 2015Repackaging, Visual Basic, Web Technologies

VBScript to automatically launch webpage in Internet Explorer and auto login with username and password

Requirement: You want to have a web page pre-launched with automatic username and password login to the web page. Using VBScript: Using VBScript you can achieve this requirement where you create an Internet Explorer Application object and have complete access/control to it’s elements/content and their properties. Create IE Object:        Set ObjIE     = CreateObject(“internetexplorer.application”) Launch web page:      ObjIE.Navigate “http://localhost/TestApp/User001/Login” Wait for page to load: WScript.Sleep 500 in Do Loop While ObjIE.ReadyState < 4 And ObjIE.Busy Input username:        .getElementByID(“userId”).value   = “Visitor” Input password:         .getElementByID(“password”).value = “password” Click Sign-in Button:    .getElementByID(“signIn_OK”).Click   Sample Script: ‘===============================================================================’ Script name : Auto-Launch-Login-TestApp-IEBrowser.vbs’ Author : Govardhan Gunnala’ […]

Read more

Tags

ADFS Agricultural Engineering Android AppDNA Applications ASP DotNet Astrology Auto Login AWS Browsers DNS Excel Group Policy Hardware ICET JSP Knee Replacement MySQL Office365 OfficeApps Perl Php PoliticalInfo POLYCET Prajay Megapolis Ramayanam Ruby n Rails SAML Security Server 2003 Server 2008R2 Server 2012 Shatakam Shell SMTP SQL ForDB Startups Storage Web Servers Windows10 Windows 10 Windows Store Windows Updates WordPress XenDesktop

Categories

  • GeneralInfo (501)
    • Author (1)
    • Careers (129)
    • Constructions (23)
    • Devotional (18)
    • Financial (123)
    • Health (16)
    • Legal (23)
    • Self Management (180)
    • Travel (9)
    • Uncategorized (10)
  • Technological (1,377)
    • Active Directory (79)
    • Apple (15)
    • Citrix (266)
    • DataBase (102)
    • Desktop (111)
    • Electronics-Hardware (30)
    • Mobile (34)
    • Networking (49)
    • Product Reviews (2)
    • Repackaging (174)
    • Science & Engineering (17)
    • Scripting (192)
      • PowerShell (97)
      • Visual Basic (6)
      • Web (14)
    • Server (139)
    • TechnicalArchitecture (8)
    • Unix Technologies (32)
    • Virtualization (49)
      • VMware (30)
    • Web Technologies (54)
    • Windows Technologies (250)
© 2025 GUNNALAG. Proudly powered by Sydney