Hi everyone,
I’m trying to run a Selenium script via CodeKit in Make to fill out a login form on a website.
Here’s my scenario:
- Google Sheets: Fetches emails and passwords.
- CodeKit: Runs a Python script with Selenium to submit these credentials to the site.
- Problem: Make executes the scenario, but nothing happens (Chrome doesn’t open, no visible errors in the logs).
What I’ve tested so far:
- The script works fine when executed locally, but doesn’t seem to run inside Make.
- I added print() logs, but nothing appears in Make’s output logs.
Is there a limitation with CodeKit running Selenium in Make?
How can I debug this issue or force Selenium to execute properly inside Make?
Any help would be greatly appreciated!
Thanks in advance!