Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip Issue #3

Open
Qarzival opened this issue Apr 16, 2022 · 4 comments
Open

Skip Issue #3

Qarzival opened this issue Apr 16, 2022 · 4 comments

Comments

@Qarzival
Copy link

Managed to run the script successfully, and it loads perfectly with the exception of this issue.
It skips all the "active send pages" from zefoy and I can't seem to figure out why? (Here's a screenshot of the issue)
Besides that, thanks for sharing this amazing script, truly appreciate it.

  • Chrome version= 100.0.48...
  • Python version= 3.6.0
  • Chrome WebDriver version = 100
@OriginalAlien
Copy link
Owner

Yeah zefoy updated the xpath which finds where to click and since it isn't the new XPath it gives the error and skipped it
I'm currently updating it and adding new features as well

@Qarzival
Copy link
Author

@OriginalAlien Thanks for the feedback, can't wait for the new features you're working on. I'm a bit rusty with python. I'd have loved to help out in anyway I can.

@OriginalAlien
Copy link
Owner

fixed it, it should work now

@Qarzival
Copy link
Author

Qarzival commented Apr 21, 2022

Great, just tested it and it works fine.
Though the following lines of code have to first be edited before running smoothly:

118. service = Service(executable_path='C:\\Users\\USER\\OneDrive\\Desktop\\chromedriver.exe')
119. driver = webdriver.Chrome(service=service, options=option)

or else, users will run into the following error:

[>] Error: __init__() got an unexpected keyword argument 'service'
[>] Press Enter to Exit

Please replace with the original:
driver = webdriver.Chrome("INSERT \\PATH \\TO \\WEB \\CHROME DRIVER.EXE", options=option) #Put chromedriver.exe file loction between quotation marks using double back slashes.

Besides that, thanks for the update @OriginalAlien.
Truly appreciate your talent once again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants