Jump to content

Batch file lo username password pampali ..


jefferson1

Recommended Posts

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 

Link to comment
Share on other sites

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 

Link to comment
Share on other sites

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

 

  • Upvote 1
Link to comment
Share on other sites

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 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...