Solved Spy on URL toolbar

rpaccount

Member
Hi all,

I need to spy on the toolbar and write in the URL.
When i spy on it, the element either becomes Toolbar or Edit.
If i spy on the URL box, it gives me Toolbar.
If i spy on the URL words, it gives me Edit.

Does anyone knows which one is correct?
So currently, i spy on the element and then i use write stage.
But the URL isn't changing.

Thanks!
 

VJR

Well-Known Member
Hi all,

I need to spy on the toolbar and write in the URL.
When i spy on it, the element either becomes Toolbar or Edit.
If i spy on the URL box, it gives me Toolbar.
If i spy on the URL words, it gives me Edit.

Does anyone knows which one is correct?
So currently, i spy on the element and then i use write stage.
But the URL isn't changing.

Thanks!
-Use 'Edit'
-Do a 'Click Window Center' on the URL bar element using a Navigate stage
-Write stage to write the address
-This will just type the address but not navigate to that website for which you will have to either hit ENTER or spy the Go arrow and click it.


But a way to go to any website is to -
- Use a Navigate stage
- Select the topmost root element in the left hand pane
- Choose Navigate in the actions dropdown
- In the bottom parameters give the URL of the website to visit.
 
Top