1

Python splinter を使用してフレームセット内の要素を見つけるにはどうすればよいですか?

<frameset border="0" rows="100">
<frame id="banner898989898"> # this id will change each new login
.....
<body>
<div id="1">
<div class="2">
<div>
<form id="2">
    <input type = text id = "3"> # I want to find this element and then to fill it 

find_by_css、 fi nd_by_xpathfind_by_tag, find_by_namefind_by_valueおよびfind_by_idWebDriver:を試しfind_element_by_xpathました。

ElementDoesNotExist上記の構文で他の要素を見つけることに成功しましたが、例外が発生しました。

4

0 に答える 0