10-14-2011, 12:04 AM
I am trying to update a text field , but it fails on line 4 below. It seems to be looking at the wrong IE window.
Line 2 is selecting a text box to add information to from QTP executed copy of IE. I popup box appears. Line 3 takes about 20 seconds, then updates a text box in the QTP executed copy of IE rather than the IE popup text box. Line 4 fails as it is also not at the popup and therefore can't select the submit button.
How do I get QTP to select the correct IE to put the text message in.
Line 2 is selecting a text box to add information to from QTP executed copy of IE. I popup box appears. Line 3 takes about 20 seconds, then updates a text box in the QTP executed copy of IE rather than the IE popup text box. Line 4 fails as it is also not at the popup and therefore can't select the submit button.
How do I get QTP to select the correct IE to put the text message in.
Code:
'Add User, Date and Time in Description Field
Browser("Certificate Error: Navigation").Page("Page_13").Image("update_01-sel").FireEvent "onmouseover"
Browser("Certificate Error: Navigation").Page("Page_13").Image("update_01-sel").Click
Browser("Browser").Page("Page_9").WebEdit("desc").Set sDescriptionText
Browser("Browser").Page("Page_9").WebButton("Submit").Click