标题:seleniumrequests 開啟的頁面與瀏覽器不同?是哪邊設定有問題?
只看楼主
gelid
Rank: 2
等 级:论坛游民
帖 子:11
专家分:44
注 册:2022-5-21
 问题点数:0 回复次数:0 
seleniumrequests 開啟的頁面與瀏覽器不同?是哪邊設定有問題?
seleniumrequests  開啟的頁面與瀏覽器不同?是哪邊設定有問題?


from seleniumrequests import Chrome
from selenium.webdriver.chrome.options import Options

from selenium import webdriver
from webdriver_manager.chrome import ChromeDriverManager

import time
options = Options()
ch = Chrome(ChromeDriverManager().install(),options=options)

ch.request('GET', 'https://www.ntuh.gov.tw/ntuh/FindDr.action')

ch.request('GET', 'https://reg.ntuh.gov.tw/webadministration/DoctorServiceQueryByDrName.aspx?HospCode=T0&QueryName=%E7%8E%8B%E8%87%B3%E5%BC%98')


[此贴子已经被作者于2022-6-4 18:25编辑过]

搜索更多相关主题的帖子: import https Chrome from 不同 
2022-06-01 22:19



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-509239-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.174477 second(s), 7 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved