Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Can not get text to be recognized in HTML field........
#8
Solved: 10 Years, 10 Months, 1 Week ago
I did true this solution and it did not work:
Code:
Browser("Browser").Page("GeneralInformation").PSFrame("ContractHeader").WebEdit("txtAssign").Click
Browser("Browser").Page("GeneralInformation").PSFrame("ContractHeader").WebEdit("txtAssign").Set "Test"
Browser("Browser").Page("GeneralInformation").PSFrame("ContractHeader").WebEdit("txtAssign").Click

The following with the WAIT statements worked:

Code:
Browser("Browser").Page("GeneralInformation").PSFrame("ContractHeader").WebEdit("txtAssign").Click
Wait(2)
Browser("Browser").Page("GeneralInformation").PSFrame("ContractHeader").WebEdit("txtAssign").Set "Test"
Wait(2)
Browser("Browser").Page("GeneralInformation").PSFrame("ContractHeader").WebEdit("txtAssign").Click

Thanks for all the helpful posts.
Reply


Messages In This Thread
RE: Can not get text to be recognized in HTML field........ - by Wonka - 08-13-2010, 07:19 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  getting the value from the field learning 0 933 03-19-2019, 09:13 AM
Last Post: learning
  Telnet command not recognized Sanjana1987 1 1,870 09-20-2017, 03:16 PM
Last Post: Ankur
  Customized HTML reports in QTP azeem 11 48,399 12-31-2016, 02:57 PM
Last Post: chevronneraji
  [UFT] Get text into DIV through HTML tag robertosalemi 2 5,297 03-29-2016, 09:43 PM
Last Post: robertosalemi
  Need to Validate Text filed is blank after clicking on the Text box balak89 3 4,565 09-13-2015, 12:06 AM
Last Post: ADITI1992

Forum Jump:


Users browsing this thread: 1 Guest(s)