質問編集履歴
1
htmlを追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -66,6 +66,36 @@
|
|
66
66
|
|
67
67
|
|
68
68
|
|
69
|
+
```html
|
70
|
+
|
71
|
+
・・・
|
72
|
+
|
73
|
+
<tr>
|
74
|
+
|
75
|
+
<th>その他条件</th>
|
76
|
+
|
77
|
+
<td>
|
78
|
+
|
79
|
+
<input type="checkbox" name="act" value="1" class="check" id="check_other_01"><label for="check_other_01">xxx</label>
|
80
|
+
|
81
|
+
<input type="checkbox" name="retired" value="1" class="check" id="check_other_02"><label for="check_other_02">xxx</label>
|
82
|
+
|
83
|
+
<input type="checkbox" name="shozoku[1]" value="1" class="check" id="check_other_03"><label for="check_other_03">xxx</label>
|
84
|
+
|
85
|
+
<input type="checkbox" name="shozoku[2]" value="2" class="check" id="check_other_04"><label for="check_other_04">xx</label>
|
86
|
+
|
87
|
+
<input type="checkbox" name="no_debut" value="2" class="check" id="check_other_05"><label for="check_other_05">xxx</label>
|
88
|
+
|
89
|
+
</td>
|
90
|
+
|
91
|
+
</tr>
|
92
|
+
|
93
|
+
・・・
|
94
|
+
|
95
|
+
```
|
96
|
+
|
97
|
+
|
98
|
+
|
69
99
|
エラーメッセージ
|
70
100
|
|
71
101
|
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>
|