Skip to content

Improve LookupError

Choose a tag to compare

@mherrmann mherrmann released this 09 May 16:02
· 2 commits to master since this release
03d9261

Previously, when you did click("non-existent") you received a LookupError without further information. Now, you get LookupError: "non-existent". Similarly for other actions. This makes debugging easier.