回答編集履歴

1

import を追加

2021/10/25 13:51

投稿

fj68
fj68

スコア752

test CHANGED
@@ -42,6 +42,12 @@
42
42
 
43
43
  ```python
44
44
 
45
+ from selenium.webdriver.common.by import By
46
+
47
+ from selenium.common.exceptions import NoSuchElementException
48
+
49
+
50
+
45
51
  def find(driver, selector):
46
52
 
47
53
  try: