PhantomJS无法获取视频网址

问题描述

我要在此页面获取视频的网址:https://wiki.haskell.org/99_questions/1_to_10

所以我在Phantomjs webdriver中使用了硒(Python)。

    driver.get("https://mixdrop.co/e/l664n1lds0l3q")

    driver.find_element_by_xpath('//div[@onclick="$(this).remove();MDinjectP2()"]').click()

    button = driver.find_element_by_xpath('//button[@class="vjs-big-play-button"]')

    button.click()

    data = driver.find_element_by_xpath('//video').get_attribute('src')

    print(data)

在Firefox Webdriver中使用这段代码可以为我提供所需的输出,但是当我使用Phantomjs时,此代码将不起作用。

能帮我吗?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)