Djaenk / zyBooks-Activity-Completer

Python 3 script which automatically completes assigments on the zyBooks platform.
MIT License
16 stars 14 forks source link

Xpath Fix > CSS Selectors #13

Closed JartanFTW closed 3 years ago

JartanFTW commented 3 years ago

Lines 138-141 were left as xpath intentionally, as there is nothing concrete/unchanging for CSS to latch onto. Lines 157-160 are identical.

This is working fine for me. If it isn't working properly for others feel free to update it.

JartanFTW commented 3 years ago

closes #12

JartanFTW commented 3 years ago

Once this is merged I'll open another pull request for another branch I made with a bunch of fixes and a new skip completed feature: https://github.com/JartanFTW/zyBooks-Activity-Completer/tree/SkipCompleted

JartanFTW commented 3 years ago

Decided just to close this one, merge both branches into master on my fork, then open pull request from master to master

JartanFTW commented 3 years ago

See new pull request: https://github.com/Djaenk/zyBooks-Activity-Completer/pull/14