Andy Shapiro

Results 13 issues of Andy Shapiro

Rewrite `AssessmentValue` export to improve performance.

Sometimes when writing tests, I want to click the nth result of a selector. I can accomplish this using playwright using the [nth](https://playwright.dev/python/docs/locators#get-by-nth-item) selector; is there an equivalent way to...