Web_find 函数与 Web_reg_find 函数区别:
1. Web_find 普通函数
2. Web_find 使用时必须开启内容检查选项 ,  Web_reg_find 没有此限制
3. Web_find 只能用于基于 HTML 模式录制的脚本中,Web_reg_find 没有此限制
4. Web_find 是在返回的页面中进行内容查找 , Web_reg_find 是在缓存中进行查找
5. Web_find 在执行效率上不如 Web_reg_find
 
录制模式
HTML-based:模拟用户操作浏览器的过程.
URL-based:模拟浏览器访问服务器发送 HTTP 请求的过程.

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-07-18
  • 2021-06-08
  • 2021-05-28
  • 2021-06-01
  • 2021-09-25
  • 2021-12-01
猜你喜欢
  • 2022-12-23
  • 2021-12-09
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案