SamShah Posted September 18, 2023 Posted September 18, 2023 I developed autoit script to launch website via chrome browser. It launches the website and populate the password and username and also hits ENTER to login option, but website do not get open. What may be the reason? Here are my below codes which I have written. WinActive("New Tab - Google Chrome") Sleep(4000) Send($TargetAddress) Send("{ENTER}") Sleep(2500) WinActive("Tidal Workload Automation Web Client - Google Chrome") Sleep(1000) Send($TargetUsername) Sleep(1000) Send("{TAB}") Sleep(2000) Send($TargetPassword) Sleep(4000) Send("{TAB}") Sleep(4000) Send("{ENTER}") The url pop up window. Your help will be really appreciated.
Developers Jos Posted September 18, 2023 Developers Posted September 18, 2023 Moved to the appropriate forum. Moderation Team SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
argumentum Posted September 18, 2023 Posted September 18, 2023 have you tried http(s)://username:password@site:port/here ? Follow the link to my code contribution ( and other things too ). FAQ - Please Read Before Posting.
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