質問編集履歴

1

編集

2020/01/20 09:17

投稿

john_doe_
john_doe_

スコア354

test CHANGED
File without changes
test CHANGED
@@ -1,6 +1,6 @@
1
1
  Google Colaboratoryでseleniumを動かしてみようと思っています。
2
2
 
3
- 要素の取得はできるのですが、ヘッドレモードのブラウザが立ち上がらずにおります。
3
+ 要素の取得はできるのですが、ト用ブラウザが立ち上がらずにおります。
4
4
 
5
5
 
6
6
 
@@ -24,7 +24,7 @@
24
24
 
25
25
  driver = webdriver.Chrome('chromedriver',options=options)
26
26
 
27
- driver.get("https://www.yahoo.co.jp/") # ヘッドレスモードのブラウザが立ち上がらない
27
+ driver.get("https://www.yahoo.co.jp/") # ブラウザが立ち上がらない
28
28
 
29
29
  print(driver.title) # でも、要素の取得はできる。。。。
30
30