Solved
Forum Discussion
rraghvani
Champion Level 3
2 years agoidStr = "_iframe2" should match the xpath //iframe[@name='_iframe2'] ?
Thank you all for your time.
Issue got resolved by using below in namemapping as per our DOM structure:
//iframe[contains(@id,'frame')][contains(@style,'height')]
idStr = "_iframe2" should match the xpath //iframe[@name='_iframe2'] ?