Commit Graph

8 Commits (0.0.3)

Author SHA1 Message Date
Dustin 05248e69f1 Add License, repository URL 2022-08-01 22:30:15 -05:00
Dustin b32e502597 connect: Correctly handle IPv4 addresses
It seems that the "shortcut" of using the `AF_INET6` address family for
both IPv4 and IPv6 address does not always work.  As such, we have to
determine the correct family for the address by calling `getaddrinfo`.
2022-08-01 22:25:39 -05:00
Dustin 28c991fe26 Begin v0.0.3 2022-08-01 22:25:35 -05:00
Dustin ab990dba14 Add take_screenshot method
The `WebDriver:TakeScreenshot` command apparently also accepts an
`element` argument, but I am not exactly sure what value it expects.
2022-04-30 18:16:56 -05:00
Dustin 471392106f Refactor as package, add py.typed file
In order to indicate to external modules that this module contains type
hints, it must include a `py.typed` file.  Single-file module
distributions cannot include other files, so in order to distribute the
`py.typed` file, this module has to be distributed as a package.
2022-04-30 14:22:22 -05:00
Dustin 1e44560bca Begin v0.0.2 2022-04-30 14:22:22 -05:00
Dustin 65d155ba79 meta: Specify project README
This is apparently necessary to get a project description on PyPI.
2022-04-29 20:12:36 -05:00
Dustin 0c0da2cf58 Initial commit 2022-04-29 20:05:56 -05:00