Click here to Skip to main content
15,884,702 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,

Now i successfully enter yahoomail.com using powershell.. now my current page url is frequently changed every refresh. here how can i get current url of webpage. All replies welcome....


Thanks and regards,

Dhineshkumar Velmayil.
Posted
Updated 10-Jun-13 20:36pm
v4
Comments
Sudhakar Shinde 4-Jun-13 7:44am    
Have you searched on google? It will be always better to search using google first before asking a question.
Dhinesh kumar.V 4-Jun-13 10:41am    
i got answer for above question from google. Now i wanna to find current url of webpage using PowerShell.
Prasad Khandekar 4-Jun-13 11:00am    
I don't think current page url like thing even exists in PowerShell. (Windows PowerShell is Microsoft's task automation framework, consisting of a command-line shell and associated scripting language built on .NET Framework) In PowerShell script you will generally send a HTTP Request and in return you are going to get a response which you will read, save or parse to do some other things.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900