1
I made a batch file to run a small script in python, it works normally, but when I use windows task scheduler to trigger the batch at a specific time it presents the following error:
Where you say the mistake is on that line, but I can’t see anything wrong with it:
driver = webdriver.Firefox(firefox_binary=binary, executable_path=r'C:\\scrapy\\geckodriver.exe', firefox_profile = profile)
I researched about and talked about what problem with user permission, but I am using a user that is Adm
I believe the error is related to non-execution as Adm (super user).
– absentia
but I am as Adm and will not go
– guilherme
Yes and I tried, it didn’t work
– guilherme