Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,10 @@ US VISA (ais.usvisa-info.com) appointment re-scheduler - Colombian adaptation

## Acknowledgement
Thanks to @yaojialyu for creating the initial script and to @cejaramillof for adapting it to Colombia!

## Troubleshooting
> Getting "ValueError: There is no such driver by url ..." when executing the script

The format of the urls seem to have changed, so depending on your device you might find this issue. This can be fixed by executing:
`python3 -m pip install webdriver-manager --upgrade`
`python3 -m pip install packaging`