Solved
Forum Discussion
vijayakrishnabv
2 years agoOccasional Contributor
iframe number is getting changed dynamically and when we used regular expression or more than one xpath by having 1 and 2 separately, iframe not getting identified.
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')]
iframe number is getting changed dynamically and when we used regular expression or more than one xpath by having 1 and 2 separately, iframe not getting identified.