質問編集履歴

2

追記

2021/11/12 15:12

投稿

makamaka
makamaka

スコア21

test CHANGED
File without changes
test CHANGED
@@ -8,9 +8,57 @@
8
8
 
9
9
 
10
10
 
11
- ```html
11
+ ```対象のhtmlだと思われる
12
12
 
13
13
  <iframe id="net-stock-contents" name="_apptop" src="./resources/blank.html" style="height: 1554px;" cd_frame_id_="2296c065bb7c552f6ec6266a5a20c03c">このページでは、インラインフレームを使用しています。対応しているブラウザで表示願います。</iframe>
14
+
15
+ ```
16
+
17
+
18
+
19
+
20
+
21
+ ```
22
+
23
+ driver.page_sourceの結果
24
+
25
+
26
+
27
+ <html><head>
28
+
29
+ <title>松井証券【株式】</title>
30
+
31
+ <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
32
+
33
+ </head>
34
+
35
+ <frameset border="0" frameborder="NO" framespacing="0" rows="0,*">
36
+
37
+ <frame marginheight="0" marginwidth="0" name="GM" noresize="" scrolling="no" src="/ITS/menu/GlobalMenu.jsp;jsessionid=9d495c4634ce662e5ef3685fdebd7429b4d94c43?menuParam=STOCK"/>
38
+
39
+ <frameset border="0" cols="0,*" frameborder="no" framespacing="0" rows="*">
40
+
41
+ <frame marginheight="0" marginwidth="0" name="LM" noresize="" scrolling="no" src="/ITS/menu/LocalMenuStock.jsp;jsessionid=9d495c4634ce662e5ef3685fdebd7429b4d94c43?menuParam=IPOORDER"/>
42
+
43
+ <frame name="CT" src="/servlet/ITS/stock/IpoDescList;jsessionid=9d495c4634ce662e5ef3685fdebd7429b4d94c43?attrSrcKey=null"/>
44
+
45
+ </frameset>
46
+
47
+ <noframes>
48
+
49
+ <body bgcolor="#FFFFFF">
50
+
51
+ <p>このページは、フレーム機能をサポートしないブラウザでは表示されません。</p>
52
+
53
+ </body>
54
+
55
+ </noframes>
56
+
57
+ </frameset>
58
+
59
+ </html>
60
+
61
+
14
62
 
15
63
  ```
16
64
 
@@ -56,4 +104,4 @@
56
104
 
57
105
 
58
106
 
59
- よろしくお願いたしま
107
+ driver.page_sourceの結果につて追記しました。

1

誤字

2021/11/12 15:12

投稿

makamaka
makamaka

スコア21

test CHANGED
File without changes
test CHANGED
@@ -22,7 +22,7 @@
22
22
 
23
23
  ```
24
24
 
25
- Message: no such element: Unable to locate element: {"method":"css selector","selector":"_apptop"}
25
+ Message: no such element: Unable to locate element: {"method":"css selector","selector":"[id="net-stock-contents"]"}
26
26
 
27
27
  (Session info: chrome=95.0.4638.69)
28
28
 
@@ -48,7 +48,7 @@
48
48
 
49
49
 
50
50
 
51
- find_element_by_tagnameでもしていしましたが、同様のエラーでした。
51
+ find_element_by_nameでもしていしましたが、同様のエラーでした。
52
52
 
53
53
 
54
54