Lewis

Results 4 issues of Lewis

The documentation implies that [you can send keys directly to the browser](https://splinter.readthedocs.io/en/latest/selenium-keys.html), but the [code expects an element name to be provided](https://github.com/cobrateam/splinter/blob/265cd9bd06645cfb1ba6e9393af4af8087421e99/splinter/driver/__init__.py#L272). The result is an error like the following:...

This library appears to have pretty exhaustive type coverage, is there any change you can mark it with a [py.typed](https://pyo3.rs/v0.20.2/python_typing_hints#pytyped-requirement) which will make it [PEP561](https://www.python.org/dev/peps/pep-0561/) complaint and stop tools like...

The type for `DynamoDBBatchGetItemRequest` includes projection as a top level attribute: ``` export type DynamoDBBatchGetItemRequest = { operation: 'BatchGetItem'; tables: { [tableName: string]: { keys: Key[]; consistentRead?: boolean; }; };...

## Change Summary Fixes #194 by escaping user-supplied strings in URLs. This fixes a potential vulnerability that gives a malicious actor the ability to delete parent collections by starting their...