You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> For UPS packages, USPS-cli only support the `1Z` version of UPS tracking numbers right now.
18
+
16
19
Get the tracking information for a package:
17
20
```sh
18
21
usps track 9400100000000000000000
@@ -47,10 +50,13 @@ Remove the name from a package:
47
50
usps name --erase 9400100000000000000000
48
51
```
49
52
50
-
For more details, run `usps --help`.
53
+
For more details, run `usps --help`.
51
54
52
55
### Requirements
53
56
57
+
> [!NOTE]
58
+
> If you **only** plan to track **UPS** packages, you can skip installing a selenium driver.
59
+
54
60
Since this package uses selenium for challenge solving, you'll need to install a [Firefox-compatible browser](https://www.mozilla.org/en-US/firefox) and [geckodriver](https://github.com/mozilla/geckodriver/releases).
55
61
Feel free to modify the code to use Chromium instead if you prefer it.
0 commit comments