質問編集履歴
1
htmlを追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -32,6 +32,21 @@
|
|
32
32
|
|
33
33
|
```
|
34
34
|
|
35
|
+
```html
|
36
|
+
・・・
|
37
|
+
<tr>
|
38
|
+
<th>その他条件</th>
|
39
|
+
<td>
|
40
|
+
<input type="checkbox" name="act" value="1" class="check" id="check_other_01"><label for="check_other_01">xxx</label>
|
41
|
+
<input type="checkbox" name="retired" value="1" class="check" id="check_other_02"><label for="check_other_02">xxx</label>
|
42
|
+
<input type="checkbox" name="shozoku[1]" value="1" class="check" id="check_other_03"><label for="check_other_03">xxx</label>
|
43
|
+
<input type="checkbox" name="shozoku[2]" value="2" class="check" id="check_other_04"><label for="check_other_04">xx</label>
|
44
|
+
<input type="checkbox" name="no_debut" value="2" class="check" id="check_other_05"><label for="check_other_05">xxx</label>
|
45
|
+
</td>
|
46
|
+
</tr>
|
47
|
+
・・・
|
48
|
+
```
|
49
|
+
|
35
50
|
エラーメッセージ
|
36
51
|
ElementClickInterceptedException: Message: element click intercepted: Element <input type="checkbox" name="act" value="1" class="check" id="check_other_01"> is not clickable at point (135, 549). Other element would receive the click: <div id="google_ads_iframe_/9116787/1491462_0__container__" style="border: 0pt none; width: 728px; height: 90px;"></div>
|
37
52
|
(Session info: headless chrome=90.0.4430.93)
|