ユーザ用ツール

サイト用ツール


15_python:07_python_selenium

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン前のリビジョン
15_python:07_python_selenium [2024/08/31 10:37] matsui15_python:07_python_selenium [2024/08/31 11:16] (現在) matsui
行 100: 行 100:
  
 # 操作するページを開く # 操作するページを開く
-driver.get("http://fl8.jp")+html=driver.get("https://c.fl8.jp"
 + 
 +# ページのHTMLコンテンツを取得 
 +html = driver.page_source 
 +print(html)
  
 # 操作したブラウザを閉じる # 操作したブラウザを閉じる
15_python/07_python_selenium.txt · 最終更新: 2024/08/31 11:16 by matsui