Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shinriyo/pythonselenium
PythonでSeleniumすっぜ
https://github.com/shinriyo/pythonselenium
Last synced: 19 days ago
JSON representation
PythonでSeleniumすっぜ
- Host: GitHub
- URL: https://github.com/shinriyo/pythonselenium
- Owner: shinriyo
- Created: 2023-12-31T07:29:21.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-07T01:18:58.000Z (10 months ago)
- Last Synced: 2024-04-13T16:17:41.431Z (7 months ago)
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PythonSelenium
## 各コマンド
```
$ cd PythonSelenium
$ docker-compose build
$ docker-compose up -d # detouched mode option
$ docker-compose exec python bash # 起動したpythonコンテナに入る
```## 実行
```
$ python /work/test.py
```## pythonファイル実行中のChromeブラウザの挙動
ホストの適当なブラウザから
http://localhost:7900/?autoconnect=1&resize=scale&password=secret
にアクセスすることでリアルタイムで確認できる