error code 255
Closed this issue · 5 comments
speedfreekz28 commented
main.py: error: one of the arguments --key --account --business-account --business-key --only-webdriver-update --update is required
Error: Process completed with exit code 255.
please help with this code not sure whats going on
thanl you
rzc0d3r commented
you left out the required argument in the startup arguments.
rzc0d3r commented
always specify the browser to be used and the type of script operation
rzc0d3r commented
Required arguments
Browsers: --chrome
, --edge
, --firefox
Type of operation: --key
, --account
, --business-account
, --business-key
, --only-webdriver-update
, --update
speedfreekz28 commented
Thank you for your help