How to Make the IFame UiElement to generic

Can Any one Help how to make the changes to the selector’s every time is the selector is changes dynamically Please help me out in this.

Hi @Lokesh_Thathuru1,

Can you help with your selector, and what value is changing dynamically in that

<html app='chrome.exe' omit:htmlwindowname='EntityFeedFrameProxy_9' title='Case:*' />
<webctrl tag='IFRAME' css-selector='body&gt;div&gt;div&gt;div&gt;div&gt;div&gt;div&gt;div&gt;div&gt;div&gt;div&gt;iframe' idx='1' />
<webctrl aaname='Email' parentid='efpPublishers_5000K00001f14AJ_option1' tag='SPAN' css-selector='body&gt;div&gt;div&gt;div&gt;div&gt;div&gt;div&gt;div&gt;ul&gt;li&gt;a&gt;span' innertext='Email' />

The above one is the selector that changes dynamically please help me out

Hi @Lokesh_Thathuru1,

What are you trying to indicate, and remove all CSS attributes, idx attributes and try to get aaname attribute and type attribute in the selector.

Hi @anil5,

The Solution which has provided by you is not working as expected please push if any other solution you have
please let know.

Thank you

Could you provide more information what are you trying to indicate , by giving the selector and saying it’s not working and changes dynamically doesn’t help need more information.

And you told the selector changes dynamically what part of the attribute of the selector is changing dynamically.

<html app=‘chrome.exe’ htmlwindowname=‘EntityFeedFrameProxy_19’ title=‘Case: 08320167 - Console’/>
<webctrl id=‘ext-comp-1011’ tag=‘IFRAME’ />
<webctrl aaname=‘Email’ parentid=‘efpPublishers_5000K00001cqMex_option1’ tag=‘SPAN’ />

i Make it as shown below
selector

<html app=‘chrome.exe’ htmlwindowname=‘EntityFeedFrameProxy*’ title=‘Case*- Console’ />
<webctrl tag=‘IFRAME’ class=‘x-border-panel’ />
<webctrl aaname=‘Email’ parentid='efpPublishers_500
_option*’ tag=‘*’ innertext=‘Email’/>

again the selector is generated like below

<html app=‘chrome.exe’ htmlwindowname=‘EntityFeedFrameProxy_19’ title=‘Case: 02603771 - Console’ />
<webctrl id=‘ext-comp-1015’ tag=‘IFRAME’ />
<webctrl id=‘efpPublishers_5000k00000AhiXm_option4’ tag=‘A’ />

the Generic selector which i made is as below even though it is not working

<html app=‘chrome.exe’ htmlwindowname=‘EntityFeedFrameProxy*’ title=‘Case*- Console’ />
<webctrl tag=‘IFRAME’ class=‘x-border-panel’ />
<webctrl id='efpPublishers_500
_option*’ tag=‘*’ innertext=‘Email’ aaname=‘Email’/>