Skip to main content

make it easy to use selenium

Project description

fastselenium

介绍

封装了一些selenium的用法,使其更加简单

软件架构

软件架构说明

安装教程

  1. pip安装
pip install fastselenium
  1. pip安装(使用阿里镜像加速)
pip install fastselenium -i https://mirrors.aliyun.com/pypi/simple

使用说明

  1. demo
import fastselenium
from selenium import webdriver
driver = webdriver.Chrome()
driver.get('www.gitee.com')
test_res = fastselenium.save_cookie(
            driver=driver
        )

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fastselenium-0.0.4.tar.gz (3.9 kB view hashes)

Uploaded Source

Built Distribution

fastselenium-0.0.4-py3-none-any.whl (4.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page