I have included prompts to get the website address and the text to search for, but obviously you can modify the job to search in a list of URLs (that can be retrieved from a txt or an Excel file).
__________________
Error is not blindness, error is cowardice
Dear Sir,
How can I retrieve one text string from the web page?
for example the web page string is "test string http://www.winautomation.com.......". I want to retrieve string between "www." and ".com"
1.'Parse Text' "www." -> save to %position1%
2.'Parse Text' ".com" -> save to %position2%
3.'Set Variable' %length% = %positon2% - %position1% + 4 (But the WinAutomaition always set %length% in Text Value. So I can't using the 'Get Subtext' to retreieve string)
Could you please to check this issue? Thanks for your help.
ps: WinAutomation version is 3.0.3.410
Best regards,
Kevin