全文検索:
- 07 Python Selenium
- =global_service, options=options) # 操作するページを開く html=driver.get("https://c.fl8.jp") # ページのHTMLコンテンツを取得 html = driver.page_source print(html) # 操作したブラウザを閉じる driver.close() </code> ==== ID/Pass入力 ==== <code> #
- 12 フィアル出力
- e_source fileToWrite = open(str(i) + "page_source.html", "w", encoding='UTF-8') fileToWrite.write(pageSo