回答編集履歴
1
import を追加
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:
|