I cant able to use in the type into action inside the address bar

Main.xaml (18.7 KB)
I cant able to use in the type into action inside the address bar.

Hi @Raja.Sekar3,

The selector is the Problem i think so.

try to add the tag=‘TEXTAREA’ in the last tag.

<wnd cls='AddressDisplay Control' tag='TEXTAREA' />
Try to use the UiExplorer to get exact selector.\

else use tab navigation also

Regards,
Arivu

Hi Raja

Why would you want to type in the adress bar?
If you need to navigate to a specific adress, why not just use the ‘Navigate To’ Activity?

\ thediabloman

1 Like

eventhough the navigate to is not working when we use the url to store in a variable

selector ia also not working buddy

Hi @Raja.Sekar3,

use UiExplorer to get the exact selector.

Regards,
Arivu

@Raja.Sekar3 , Might not be a better solution but can try this once,

  1. Focus to navigation bar - ALT+D - Send Hot Key Activity
  2. Set URL - Set Text Activity

Regards,
Dominic :slight_smile:

2 Likes

HI @Raja.Sekar3,

<wnd app='iexplore.exe' cls='IEFrame' title='ACME System 1 - Work Items - Internet Explorer' />

add this one and try
<webctrl tag='TEXTAREA' />

Regards,
Arivu

I tryed this and it worked.
add this on your selector: wnd cls=‘WorkerW’ title=‘Navigation Bar’

the complete selector was this:
wnd app=‘iexplore.exe’ cls=‘IEFrame’ title=‘Monitorul Oficial - Internet Explorer’
wnd cls=‘WorkerW’ title=‘Navigation Bar’
wnd cls=‘Address Band Root’ title=‘Address Bar’
wnd aaname=‘Address and search using Bing’ cls=‘Edit’