소개글이 비어있어요
게시글
질문&답변
Nginx Proxy Manager Custom Location 등록 후
추가 확인해 보니 proxy_set_header Upgrade websocket;를 빼면 접속은 되지만 connection lost 문제는 계속되고, proxy_set_header Upgrade websocket;를 포함하면 접속 자체가 안되네요..
- 0
- 3
- 44
질문&답변
undetected_chromedriver 사용시 widow-size 가 적용이 안됩니다.
기존에 f스트링으로 argument로 넘겨준 곳은 주석처리 하고 아래와 같이 코드 추가하시면 동작 할겁니다.driver.set_window_size(width, height)
- 0
- 2
- 1.5K