質問編集履歴
3
検証画像追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -33,3 +33,9 @@
|
|
33
33
|
- `actions.perform()`以外をfor文の外に出す
|
34
34
|
|
35
35
|
- for文の最後に`del actions`で削除する
|
36
|
+
|
37
|
+
|
38
|
+
|
39
|
+
# 検証した際の画像
|
40
|
+
|
41
|
+
![検証画像](98590a2e15d9933d9ef519e427f04b13.png)
|
2
試したこと追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -25,3 +25,11 @@
|
|
25
25
|
#エラー
|
26
26
|
|
27
27
|
`selenium.common.exceptions.MoveTargetOutOfBoundsException: Message: move target out of bounds`
|
28
|
+
|
29
|
+
|
30
|
+
|
31
|
+
# 試したこと
|
32
|
+
|
33
|
+
- `actions.perform()`以外をfor文の外に出す
|
34
|
+
|
35
|
+
- for文の最後に`del actions`で削除する
|
1
現在の状態
test
CHANGED
File without changes
|
test
CHANGED
@@ -16,6 +16,12 @@
|
|
16
16
|
|
17
17
|
|
18
18
|
|
19
|
+
1週目はうまくクリックしてくれるのですが、2周目で以下のエラーが出てしまいます。
|
20
|
+
|
21
|
+
|
22
|
+
|
23
|
+
よろしくお願い申し上げます。
|
24
|
+
|
19
25
|
#エラー
|
20
26
|
|
21
27
|
`selenium.common.exceptions.MoveTargetOutOfBoundsException: Message: move target out of bounds`
|