3
私はを使ってフレームを取得しています。 私の<WebBrowser>
は2つのフレームしか持っていません。私の唯一の問題はインデックス1のようですが、1ではないようです。ウェブブラウザでフレームを操作する
助けてください。
HtmlWindow wf = wb.Document.Window.Frames[1];
string s = wf.Document.Body.OuterHtml;
とソースの表示
<frameset rows="0,*" border="0" frameborder="0" framespacing="0">
<frame name="entrustTruePassAppletFrame" src="EntrustTruePassApplet.html" marginwidth="0" marginheight="0" scrolling="no" noresize>
<!-- It is mandatory for the frame where the user interaction happens to have the name defined in the Configuration as appletHtmlGuiTarget-->
<frame name="entrustTruePassGuiFrame" src="AuthenticateUserInputRoamingEPF.html"> </frameset>
マークアップを表示するには、 – Icarus
あなたはウェブページのソースコードを尋ねていますか? – user989888
はい、ちょうどあなたのフレームを宣言する関連する部分 – Icarus