jefferson1 Posted June 13, 2019 Report Posted June 13, 2019 Batch script rasa, this will open the internet explorer with specified link ippudu username text box lo : xyzz password place lo: abccg after that hit on login button is this possible using bat script I need to schedule this every morning 5 am na previous thread ki related Quote
Katara Posted June 13, 2019 Report Posted June 13, 2019 Selenium driver vadalsimdey or curl command vadali.ie open ayinaka inputs ivalevu Quote
jefferson1 Posted June 13, 2019 Author Report Posted June 13, 2019 5 minutes ago, Katara said: Selenium driver vadalsimdey or curl command vadali.ie open ayinaka inputs ivalevu Selenium driver download link ivvava ela install cheyali Quote
Spartan Posted June 13, 2019 Report Posted June 13, 2019 46 minutes ago, jefferson1 said: Batch script rasa, this will open the internet explorer with specified link ippudu username text box lo : xyzz password place lo: abccg after that hit on login button is this possible using bat script I need to schedule this every morning 5 am na previous thread ki related Set IE = CreateObject("InternetExplorer.Application") IE.navigate "http://TheWebsite" IE.Visible = True` While IE.Busy WScript.Sleep 50 Wend Set ipf = IE.document.all.username ipf.Value = "Username" Set ipf = IE.document.all.password ipf.Value = "Password" Set ipf = IE.document.all.Submit ipf.Click IE.Quit 1 Quote
Spartan Posted June 13, 2019 Report Posted June 13, 2019 curl http://username:[email protected]/test/blah?something=123 Quote
jefferson1 Posted June 13, 2019 Author Report Posted June 13, 2019 1 minute ago, Spartan said: Set IE = CreateObject("InternetExplorer.Application") IE.navigate "http://TheWebsite" IE.Visible = True` While IE.Busy WScript.Sleep 50 Wend Set ipf = IE.document.all.username ipf.Value = "Username" Set ipf = IE.document.all.password ipf.Value = "Password" Set ipf = IE.document.all.Submit ipf.Click IE.Quit Idi vb script anukunta Quote
Spartan Posted June 13, 2019 Report Posted June 13, 2019 1 minute ago, jefferson1 said: Idi vb script anukunta rasi..batch lo call cheyi. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.