python
-
[python] 02 Playwright 활용한 웹 제어 - 네이버 로그인 자동화python 2022. 11. 4. 14:46
이전글 https://medimalism.tistory.com/entry/python-Playwright%EC%9D%84-%ED%99%9C%EC%9A%A9%ED%95%9C-%EC%9B%B9-%EC%A0%9C%EC%96%B4 [python] 01 Playwright 활용한 웹 제어 - 세팅 https://playwright.dev/ Fast and reliable end-to-end testing for modern web apps | Playwright Cross-browser end-to-end testing for modern web apps playwright.dev 개발(?)을 위한 python은 오랜만이라 새로운 마음으로 pycharm도 설치하고, medimalism.tistory.com pla..
-
[python] 01 Playwright 활용한 웹 제어 - 세팅python 2022. 11. 4. 10:34
https://playwright.dev/ Fast and reliable end-to-end testing for modern web apps | Playwright Cross-browser end-to-end testing for modern web apps playwright.dev 개발(?)을 위한 python은 오랜만이라 새로운 마음으로 pycharm도 설치하고, PATH 설정도 했다. selenium을 통해 edge환경을 제어하려 했으나, 버전마다 새로 대응해줘야하는 단점이 분명 존재해서 찾아보다 발견한 방법이다. 1. 터미널 켜서 playwright 세팅 pip install pytest-playwright playwright install 2. 기본 코드 실행해보기 import re fro..