Hi,
I'm unable to locate element inside frameset and #document tag. Can you please help me
The code is :
<iframe id="parentframe">
#document
<html>
<frameset>
<frameset>
<frameset>
<frame>
#document
<html>
<body>
<div>
<div>
<div>
<span>Domain Utils</span>
I need to access this Domain Utils, how can I do that. I never worked with #document. Do I have to reference it also in xpaths? Do I have to moveToelement to frameset also, just like what we do for frames, to locate elements under them?
Your help will be greatly appreciated.
Thanks,
Skaram