Unable to execute the test by scheduler , however , manually by command promt working fine

Hello All,

My code was working fine via windows scheduler , but due to some caching problem i had to uninstall firefox and chrome. So, i reinstalled firefox and chrome again.
So, after doing this my code stopped working by scheduler however, it works fine manually by command prompt.

Could some please help what could be the reason, i am pasting the complete the error below, it shows some timeout issue?

Started by user rahul Running as SYSTEM Building in workspace C:\installed_softwares\Jenkins\workspace\trigger_script [trigger_script] $ cmd /c call C:\WINDOWS\TEMP\jenkins1375665086367080457.bat C:\installed_softwares\Jenkins\workspace\trigger_script>C:\Users\ravarshney\AppData\Local\Programs\Python\Python37-32\BatPython.bat C:\installed_softwares\Jenkins\workspace\trigger_script>C:\Users\ravarshney\AppData\Local\Programs\Python\Python37-32\Python.exe C:\Users\ravarshney\AppData\Local\Programs\Python\Python37-32\SFDownload2.py E ====================================================================== ERROR: test_s_f_download2 (main.SFDownload2) ---------------------------------------------------------------------- Traceback (most recent call last): File “C:\Users\ravarshney\AppData\Local\Programs\Python\Python37-32\SFDownload2.py”, line 39, in test_s_f_download2 driver.find_element_by_id(“xf”).click() File “C:\Users\ravarshney\AppData\Local\Programs\Python\Python37-32\lib\site-packages\selenium\webdriver\remote\webelement.py”, line 80, in click self._execute(Command.CLICK_ELEMENT) File “C:\Users\ravarshney\AppData\Local\Programs\Python\Python37-32\lib\site-packages\selenium\webdriver\remote\webelement.py”, line 633, in _execute return self._parent.execute(command, params) File “C:\Users\ravarshney\AppData\Local\Programs\Python\Python37-32\lib\site-packages\selenium\webdriver\remote\webdriver.py”, line 321, in execute self.error_handler.check_response(response) File “C:\Users\ravarshney\AppData\Local\Programs\Python\Python37-32\lib\site-packages\selenium\webdriver\remote\errorhandler.py”, line 242, in check_response raise exception_class(message, screen, stacktrace) selenium.common.exceptions.TimeoutException: Message: timeout (Session info: chrome=73.0.3683.86) (Driver info: chromedriver=2.44.609538 (b655c5a60b0b544917107a59d4153d4bf78e1b90),platform=Windows NT 10.0.15063 x86_64)

Regards,
Rahul