As mention in attachment able to insert value in text box.In text box adjust amount I am adding value convert_strng_Aocal but not work
I am notHi
Is sendwindowmessage property enabled and simulate type property disabled
Cheers @Aditya10989
@Aditya10989
Set ClickBeforeTyping As True and try.
yes I already change this
Is it getting failed at type into throwing any error
@Aditya10989
no not throwing any error but not able to insert value in the text box
Fine
Does the variable used in type into activity has any value in it
@Aditya10989
Try TypeInto Activity in _Test.xaml without Attach Browser.
Some times typeinto works outside the attached brower with full selectors.
You may also try with anchor base activity using the label text “Adjustment Amount” as anchor and the type into as your action.
Can you share the full selector of the field?
hi @Aditya10989 are you able to enter the amout ??
@Aditya10989
Are you able to enter the value manually in textbox?
whats the process before the type into activity? like are you doing anything apart from that particular page?
if yes do one thing before using type into activity use click activity and indicate on random element Choose Adjustment Amount on left of the screen and use type into activity to write the amount in particular box, ive been facing the same issue was not able to type in a particular box and i tried this it worked fine for me
Make ClickBefore Activity = True
yes I am able to do manually
no buddy
do one thing before using type into activity use click activity and indicate on random element and use same type into activty
@Aditya10989
Click the element “Adjustment Amount” and set x and y Offset in CursorPosition to make it click the text box
then typeinto without highlighting the textbox element