Playwright Python: Tutorial #3 - Test Generator Tutorial #1 https://helloahram.tistory.com/221 Tutorial #2 https://helloahram.tistory.com/222 Codegen 을 이용하여 Test Code 를 간단하게 생성할 수 있다 Playwright 공식 문서 https://playwright.dev/python/docs/codegen-introplaywright codegen https://www.saucedemo.com Inspector 의 Code 를 복사해서 내가 필요한 것만 사용할 수 있다 # https://youtu.be/IRTeqUXkPbA?si=ZhBPwp9c6E1mKzLjimport refr..