Webscraping with Dataiku

Bernardo
Bernardo Registered Posts: 1

Hello, everybody! I have a working program in Python that I use to go through switch devices online, and it returns a CSV with all the information I need to perform an analysis. I tried to transfer the code from a server I was using to run this program to Dataiku, but I encountered an error while running pyautogui (which I solved by switching the library to keyboard). I also got an error when I tried to run a command in Selenium (Error in Python process: At line 81: <class 'AttributeError'>: 'Service' object has no attribute 'process'). Does anybody know why this happens?

Operating system used: Windows

Answers

Setup Info
    Tags
      Help me…