You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Importing Screen results in a FileNotFoundError when it gets to testing_library = (Path(__file__).parent / Path("main.js")).read_text()
To Reproduce
Steps to reproduce the behavior:
Create new file with from selenium_testing_library import Screen