質問編集履歴

1

実際に試したコードとそのエラー。

2018/03/29 07:33

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -31,3 +31,31 @@
31
31
  https://qiita.com/ttake/items/2e470462f8d90e76e996
32
32
 
33
33
  http://am1tanaka.hatenablog.com/entry/2014/10/17/211906
34
+
35
+
36
+
37
+
38
+
39
+
40
+
41
+
42
+
43
+ 1.browse.find_element_by_link_text("サーバー作成").click()
44
+
45
+ 2.browser.get("https://console.cloud.nifty.com/web#computing/instance/create")
46
+
47
+
48
+
49
+ 2ではサーバー作成をクリックした際に直接ポップアップ表示された画面を表示しようとしましたが表示できないです。
50
+
51
+
52
+
53
+ エラーメッセージ
54
+
55
+ selenium.common.exceptions.NoSuchWindowException: Message: no such window: target window already closed
56
+
57
+ from unknown error: web view not found
58
+
59
+ (Session info: chrome=64.0.3282.186)
60
+
61
+ (Driver info: chromedriver=2.35.528161 (5b82f2d2aae0ca24b877009200ced9065a772e73),platform=Windows NT 10.0.16299 x86_64)