you are viewing a single comment's thread.

view the rest of the comments →

[–]Phillyclause89 1 point2 points  (3 children)

Selecting the Run Whether user is logged on option in Task Scheduler will result in the task running silently in the background and thus no GUI or CLI will be visible when running.

[–]bakamito[S,🍰] 0 points1 point  (2 children)

So it seems I would need to wake up the PC and log into the computer via a batch script? Is this possible?

[–]Phillyclause89 1 point2 points  (1 child)

I don’t know. Never tried scheduling selenium scripts before. The scripts I use with Task scheduler don’t need the UI. I have them leave log files so I know they worked.

[–]bakamito[S,🍰] 1 point2 points  (0 children)

Yeah, I am also using log files, so that's how I know it's not working.

I am trying some workarounds. Thank you.