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_xpath
、find_by_tag,
find_by_name
、find_by_value
およびfind_by_id
WebDriver:を試しfind_element_by_xpath
ました。
ElementDoesNotExist
上記の構文で他の要素を見つけることに成功しましたが、例外が発生しました。