Originally Posted by
Anshoo_Arora
You can use the following method and see if your script works as expected:
1. Use the Object Spy and click on the WebEdit which has its description altered by the Dev team
2. Find the "name" property and see its "value" to its right (in the 2nd column)
Now, use that value and plug it in the following script:
Browser("admin").Page("admin_3").WebEdit("name:=from id").Set "id10002"
Note that the value next to "name:=" is "from id". This "from id" is the value to the right of the "name" property that you retrieved from the Object Spy.
Let me know if this works..