End Class
Category Archives: Uncategorized
Scraping a website with Chrome Javascript Console
The following code is an approach on how to scape a website using the JavaScript console. This method is a slight improvement of https://controllingtheinter.net/2022/06/13/screenscrape-a-website-with-powershell-3-0/ as now I take the data, cast it into a JavaScript variable then write it out to a textdump. I can then save the textdump and reference it from another language …
Continue reading “Scraping a website with Chrome Javascript Console”
Removing an Idle Timer with Autoit.
Used to remove an Idle timer from a mouse move. Detect mouse and keyboard movement.
Spawning processes from a .NET service in windows 10 as another user
With Isolation, One thing I would note is that the CREATE_NO_WINDOW may be the new requirement.
Screenscrape a website with Powershell 3.0
Grab the Chrome information from the Developers tab to complete the script and adjust the getElementsby[Tag/Class/ID] as needed. Also, ensure to remove the -UseBasicParsing param in the Webrequire generated by chrome.