Question
NTT DATA Services
US
Last activity: 31 May 2018 7:31 EDT
Forms Application - Clicking on Attachments Tab after selecting worklist object.
We have the id and name both for the iframe, but unable to switch to it using both. Also using certain method :
List<WebElement> L = dr.findElements(By.tagName("iframe"));
List<WebElement> L2 = dr.findElements(By.tagName("frame"));
It is printing blank lists with count o, but iframe tagname is clearly visible on the page source.
***Updated by moderator: Lochan to add Categories***