标签: browser automation
我有很多URL,我希望搜索每个页面的源代码,最好从命令行搜索。我应该使用什么工具?如何使用?
使用伪代码:
for each sourceCode in urlArray { search sourceCode for text string }