11-20-2010, 03:15 PM
Hi Lorena,
You just need to modify your 2nd line code as
But 1 question here, is 26678625 always fixed or any number may come as a part of the outertext? If its dynamic then you need to regularize the number as well according to the specification like digit count in the number.
Let me know if you have any doubts.
You just need to modify your 2nd line code as
Code:
Browser("WisdomLogin").Page("Wisdom DEV_3").WebElement("Current Household: None").WaitProperty "outertext", ".*26678625.*”, 5000
But 1 question here, is 26678625 always fixed or any number may come as a part of the outertext? If its dynamic then you need to regularize the number as well according to the specification like digit count in the number.
Let me know if you have any doubts.