Question
3
Replies
44
Views
NTT DATA Services
Posted: March 26, 2018
Last activity: May 31, 2018
Closed
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***
Can you provide more information about where this code is being used? I didn't understand the purpose of the java code in relation to the Pega application.