selenium RC 与python集

发布时间:2019-08-12 11:50:48编辑:auto阅读(2056)

    下载seleniumRC


    启动selenium server: java -jar selenium-server.jar



    下载python的selenium包

    如果python里有pip install -U selenium

    自动下载安装后,selenium包自动安装到python的lib里


    IE

    self.selenium = selenium("localhost", 4444, "*iexplore", "http://www.baidu.com/")


    chrome

    self.selenium = selenium("localhost", 4444, "*googlechrome", "http://www.baidu.com/")


    firefox



关键字