sunshower1127 / Sw-Selenium

0 stars 0 forks source link

Sw Selenium

How to install

  1. git clone https://github.com/sunshower1127/Sw-Selenium.git
  2. pip install
  3. import sw_selenium

Getting Started

from sw_selenium.driver import SwChrome

web = SwChrome("keep_browser_open")
web.get("https://google.com")

특징

  1. selenium하고 완벽 호환 -> selenium하고 병행해 쓸 수 있음.

What's the difference with Selenium