7.2 Presence of iFrames
If the html source contains an iframe tag then the usual way of locating elements does not work. We get the below exception in such cases.
To tackle the issue use the below line of code, before searching for an element in iframe.
You must get the iframe name using the firebug tool as it is much easy to notice.
Last updated
Was this helpful?