質問編集履歴

2

誤字修正

2022/04/09 16:02

投稿

Omio.jr
Omio.jr

スコア0

test CHANGED
File without changes
test CHANGED
@@ -16,7 +16,7 @@
16
16
  time.sleep(5)
17
17
  driver.quit()
18
18
 
19
- #スタビジを検索
19
+ #the guradianを検索
20
20
  search_box = driver.find_element_by_name('q')
21
21
  search_box.send_keys('the Guardian')
22
22
  search_box.submit()

1

sleep(10)を sleep(2)に変更しました。

2022/04/09 16:00

投稿

Omio.jr
Omio.jr

スコア0

test CHANGED
File without changes
test CHANGED
@@ -20,7 +20,7 @@
20
20
  search_box = driver.find_element_by_name('q')
21
21
  search_box.send_keys('the Guardian')
22
22
  search_box.submit()
23
- time.sleep(10)
23
+ time.sleep(2)
24
24
  ```
25
25
  しかしその結果、warningを除いて
26
26
  **「ConnectionRefusedError: [WinError 10061] 対象のコンピューターによって拒否されたため、接続できませんでした。」**