- Issue created by @jessebaker
- π¬π§United Kingdom jessebaker
Re point 1 in the IS:
I think the issue that is attempting to be worked around was specifically an issue in headless Webkit on Linux so I am wondering if the additional complexity (manually firing events rather than just using Playwright's
.click()
) is worth keeping or if we can detect the outlying environment and just do the manual stuff then.