일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
- rethinkdb
- ssh
- perfect
- 실행권한
- STF_PortForwarding
- postgresql
- ftp
- Jupyter Notebook
- mysql
- appium
- Materials
- create table
- postgres
- centos
- kitura
- port forwarding
- appium server
- Jupyter
- nmap
- GoCD
- insert
- sshpass
- STF
- nohup
- SWIFT
- openpyxl
- 28015
- ubuntu
- PYTHON
- nGrinder
- Today
- Total
don't stop believing
Selenium With Python Document 본문
Selenium With Python
[http://selenium-python.readthedocs.io]
1. Installation
http://selenium-python.readthedocs.io/installation.html
Selenium 설치와 기본 설명입니다.
2. Getting Started
http://selenium-python.readthedocs.io/getting-started.html
Python을 이용한 Selenium 기본 사용 설명과 Python Code 구조에 대해 설명합니다.
3. Navigating
http://selenium-python.readthedocs.io/navigating.html
웹 페이지의 이동과 input에 대한 typing, drag and drop 등을 설명합니다.
4. Locating Elements
http://selenium-python.readthedocs.io/locating-elements.html
html의 element를 찾는 방법을 설명합니다.
5. Waits
http://selenium-python.readthedocs.io/waits.html
웹 페이지가 로딩이 될때까지 기다리게 하는 방법을 설명합니다.
6. Page Objects
http://selenium-python.readthedocs.io/page-objects.html
Selenium을 사용하기 위한 Python 코드 설명입니다.
7. WebDriver API
http://selenium-python.readthedocs.io/api.html
webdriver 클레스에서 사용할 수 있는 함수를 모두 설명합니다.
8. Appendix: Frequently Asked Questions
http://selenium-python.readthedocs.io/faq.html
'Testing Automation > Selenium' 카테고리의 다른 글
HTML element들을 알아 봅시다. (0) | 2018.03.13 |
---|---|
Selenium (Python) 설치와 기본 사용해 보기 (Windows) (0) | 2018.01.30 |
로딩이 끝날때까지 기다리자 (Waits) (4) | 2017.11.07 |
find_element By로 정리하기 (2) | 2017.11.07 |
Selenium Locating Elements (python) (0) | 2017.11.07 |