Hello
I do migration from ie to chrome. I checked this tutorial How to migrate your workflows for IE to Chrome/Edge/Firefox – planning and selector migration aspects it is not mention what change should i do in wnd element. Any tipes on that?
Thanks
wnd app=‘ieplorer.exe’ ctrlname=‘dialogBoxNew’ /
ctrl name=‘Close’ role=‘push button’ idx=‘1’ /
@emre_berat_nebioglu, for the selectors starting with <wnd… , you just need to reindicate the element in your new target browser, to regenerate the selector properly. You will notice, you’ll get a considerable different selector than the IE one.
Thank you for quick response.