Hi
I am unable to validate selector while doing assignment 2 of level 3.
please help.
Here’s the attached screenshot.
Hi @usangule
Does it give u an error ? If not it’s ok if it’s not validate, it should work.
If not try with this :
<wnd app='iexplore.exe' cls='#32768' idx='*' />
<ctrl name='Contexte' role='popup menu' />
<ctrl automationid='53409' />
Replace the above code on the selector of your click acitvity…
Use UI Explorer and capture again or replace as mz3bel said.
Use this selector to click on save as,
"<"wnd app=‘iexplore.exe’ cls=‘#32768’ />
<“ctrl name=‘Save as’ />”
And
Use below selector for save,
<"wnd app=‘iexplore.exe’ cls=‘IEFrame’ title=‘ACME System 1*’ />
<"ctrl name=‘Save’ role=‘split button’ />
<"ctrl role=‘drop down button’ />
