Playwright-based web debugging automation helper
Project description
Scom Debug Helper (v0.1.1)
웹 페이지 자동 클릭 및 분석 도구
기본 가이드
1. 최초 설치
pip install scom-debug-helper
playwright install chromium
2. 프로젝트 생성
아래 명령어 실행 후 프롬프트에 따라 정보를 입력해 주세요.
debug-helper setup
3. URL 입력
생성된 프로젝트 폴더에서 urls.csv 파일을 열어 URL 목록 입력해 주세요.
https://www.samsung.com/uk/
https://www.samsung.com/uk/smartphones/
4. 타겟 선택자 변경 (optional)
생성된 프로젝트 폴더에서 selector.csv, exclude.csv 파일을 수정하여 기본 선택자 또는 제외할 선택자를 수정할 수 있습니다. CSS 문법을 참고하여 작성해 주세요.
5. 실행
VS Code 터미널(Ctrl+`) 또는 명령 프롬프트에서 아래 명령어로 실행합니다. 결과는 output 폴더에 저장됩니다.
{프로젝트 폴더 경로}에 생성한 프로젝트 폴더의 경로를 복사하여 넣어 주세요.
cd {프로젝트 폴더 경로}
debug-helper run
명령어
# 프로젝트 생성
debug-helper setup
# 실행
debug-helper run
## 특정 컴포넌트만 실행
debug-helper run --only-components {컴포넌트명}
# 컴포넌트 관리 (조회/생성/검증)
debug-helper components list
debug-helper components create {컴포넌트명}
debug-helper components validate {컴포넌트명}.py
# 버전 확인
debug-helper --version
# 도움말
debug-helper --help
추가 예정 기능
- SEC 사이트 수집 로직 추가
- 실행 로그 저장 및 디버그 버전 추가
- 내장 가이드 문서 추가 및 도움말 개선
- 수집 데이터 중간 저장
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file scom_debug_helper-0.1.1.tar.gz.
File metadata
- Download URL: scom_debug_helper-0.1.1.tar.gz
- Upload date:
- Size: 29.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
19c8c028f53d2a18aa5f36be39f6e617e3e4e12bdb58a92bc2523cb89db9a199
|
|
| MD5 |
0edb237726b45f2c0c574f9bb6fb5e11
|
|
| BLAKE2b-256 |
4daf59a0ccc426697f3a1cc83314b242acd881c46792e583d23ead80a2e30496
|
File details
Details for the file scom_debug_helper-0.1.1-py3-none-any.whl.
File metadata
- Download URL: scom_debug_helper-0.1.1-py3-none-any.whl
- Upload date:
- Size: 41.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3ebaf50ef1db2332cad7d0eb5569894e9901490cbe056f9cd4d48e531b80603d
|
|
| MD5 |
4946563d7f0372f94817ac7dadb2b8a2
|
|
| BLAKE2b-256 |
b65305e08ea19b80c16d13183b0bc1b8469abae19375c372aae8f0e680ec3d50
|