Pic download

Hello everyone,
So, I have a task to download picture from different websites. This is the selector and only thing which is changing is title. Pls suggest how to pass other websites title here.

“”

Hi @kamini

Welcome back to community

Instead of passing the title You can use “*” Asterisk

Regards
Gokul

2 Likes

Hi @kamini

Selector before

<wnd app='chrome.exe' cls='Chrome_WidgetWin_1' title='Pic download - Help / Activities - UiPath Community Forum - Google' />
<ctrl name='Pic download - Help / Activities - UiPath Community Forum' role='document' />

Selector after

<wnd app='chrome.exe' cls='Chrome_WidgetWin_1' title='*' />
<ctrl name='Pic download - Help / Activities - UiPath Community Forum' role='document' />

Regards
Gokul

1 Like

Thanks it worked.

Try with keeping “*” for title , If still facing same issue then try with other attributes like aaname.

It will work

Regards,
Varun

@kamini

Use the selector properties.
provide "* " aaname and other properties which are going to changed by changing the image.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.