I am working on an automated test and would like to perform actions on the windows event viewer. I have managed to open the event viewer through my test, but it does not attach to the app for me to make any actions like button presses/clicks as such.
The error showing is-
TestStack.White.WhiteException : Could not find process named: EventLog
Any help is appreciated, thanks in advance.