Hi some of you read my last post on using the ShellExecute Command to open a certain URL input from the user this thread is kind of a follow up on that thread.
Ok the problem i am facing now is that i need to find a certain URL from a website
WITHOUT having any human interaction.
Deeper Explanation:
The program is supposed to open a url like this http://*****************id=35 (URL blured for safety reasons) after that it needs to press another url "displayed like a little button in the browser window" and copy the URL link integrate it into a text doc to later open it.
The only problem to this is that the buttons URL is static and there for changes every 2 hours so i cant tell it to open a certain URL i need to use the URL basic location to get the code use right now. Normally that can be done by pressing right click and copy URL location.
But that dosent fly the system needs to be automated.