How can I keep looking for elements in a #document:
<div>
<iframe>
#document
<html>
<body>
<div>
Element I want to find
</div>
</body>
</html>
</iframe>
</div>
I think your problem is not with the
a#
document but withiframe
.