gpt4 book ai didi

python - Flash-Selenium 和 Python

转载 作者:太空宇宙 更新时间:2023-11-03 11:57:37 25 4
gpt4 key购买 nike

我想试试Flash-Selenium使用 python 驱动程序,但是我对可用的 python 有一些担忧扩展,它看起来很旧,没有关于如何使用它的例子......有没有人在使用它?关于如何使用它的任何示例?

最佳答案

取自 FlashSelenium 页面的示例:

from com.thoughtworks.selenium.FlashSelenium import FlashSelenium
from com.thoughtworks.selenium.selenium import selenium

url = "http://flashselenium.t35.com/colors.html"
browserType = "*firefox"

selenium = selenium("localhost", 4444, browserType, url)
selenium.start()
selenium.open(url)

flashApp = FlashSelenium(selenium, "coloredSquare")
flashApp.percent_loaded()

关于python - Flash-Selenium 和 Python,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1975244/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com