iMacros

https://imacros.net/

iMacros v12 Now Available

The world's most popular web automation, data extraction, and web testing solution.

Automate Tasks Across All Major Browsers
Including Internet Explorer, Firefox and Chrome

iMacros web automation software works with every website to make it easy for you to record and replay repetitious work.

Introduced in 2001, iMacros enables users to capture and replay web activity, such as form testing, uploading or downloading text and images, and even importing and exporting data to and from web applications using CSV & XML files, databases, or any other source.

The team at iMacros is dedicated to designing and developing quality products that simplify Web management tasks, provide real-business value, and give their customers more time each day to do what they really enjoy.

Firefox plugin

https://addons.mozilla.org/zh-CN/firefox/addon/imacros-for-firefox/

Automate Firefox. Record and replay repetitive tasks. If you're tired of manually visiting the same sites, filling out forms, downloading files and extracting data, then iMacros is for you! Save time, effort and money with iMacros browser automation!

iMacros for Firefox (作者:Ipswitch, Inc.

Automate Firefox. Record and replay repetitive tasks. If you're tired of manually visiting the same sites, filling out forms, downloading files and extracting data, then iMacros is for you! Save time, effort and money with iMacros browser automation!

 
 

指令说明

https://wiki.imacros.net/WAIT

URL GOTO=http://www.iopus.com
WAIT SECONDS=10
URL GOTO=http://wiki.imacros.net/Main_Page

https://wiki.imacros.net/Command_Reference

Command Reference

Jump to: navigation, search

A high-level overview on the different versions of iMacros can be found here

The browser icons
listed below and on each command detail page denote browser
compatibility. Commands that are supported in all browsers work exactly
the same in each browser, so macros created in the iMacros Browser (or
Internet Explorer) can be replayed in iMacros for Firefox and vice
versa. Browser specific differences are automatically handled by
iMacros.

iMacros Commands Reference

' (Comment)
ADD
BACK
CLEAR
CLICK
DISPLAY
DS
EVAL
EVENT
  EXTRACT (Part of the TAG command)
FILEDELETE
FILTER
FRAME
IMAGECLICK
IMAGESEARCH
ONCERTIFICATEDIALOG
ONDIALOG
ONDOWNLOAD
ONERRORDIALOG
ONINSECURECONNECTION Version 10.3 and above
ONLOGIN
ONPRINT
ONSECURITYDIALOG
ONWEBPAGEDIALOG
PAUSE
PRINT
PROMPT
PROXY
REFRESH
SAVEAS
SAVEITEM
SCREENSHOT
SEARCH
SET
SIZE
STOPWATCH
TAB
TAG
TRAY
URL
VERSION
WAIT
  Error Codes
  Tip: How to make if/then decisions with iMacros.

帮助

https://wiki.imacros.net/Main_Page

Introduction

Basic Tasks

浏览器录宏重放软件-iMacros的更多相关文章

  1. 干货|宏巍软件之Java线程监控之旅

    宏巍软件 许向 大家好,我是上海宏巍信息技术有限公司(简称:宏巍软件)的许向,宏巍软件成立于2005年,是一家以电商ERP软件开发为主的高新技术科技型软件公司,致力于为大型网商和电子商务企业提供专业. ...

  2. 使用Camstudio和KeyCastOW来录屏制作软件Demo视频

    博客搬到了fresky.github.io - Dawei XU,请各位看官挪步.最新的一篇是:使用Camstudio和KeyCastOW来录屏制作软件Demo视频.

  3. Chrome浏览器录屏扩展插件

    Chrome浏览器录屏扩展插件,可以录制网页操作或者桌面操作.生成MP4 Loom https://chrome.google.com/webstore/detail/loom-video-recor ...

  4. Atitit。 沉思录 与it软件开发管理中的总结 读后感

    Atitit. 沉思录 与it软件开发管理中的总结 读后感 1. <沉思录>,古罗马唯一一位哲学家皇帝马可·奥勒留所著 2 2. 沉思录与it软件开发管理中的总结 2 2.1. 要有自己的 ...

  5. 宏汇编软件MASM51的使用

    单片机开发可以用手工汇编和机器汇编两种方法.采用手工汇编就是先编写出汇编程序,然后对照单片机汇编表手工将汇编程序翻译成机器码,最后将机器码一个一个地送入开发仿真器的RAM中去进行调试. 由于采用手工汇 ...

  6. Mac上面用来录屏的软件(录制gif图片或者mov)

    1.如果是录制视频可以使用Mac自带的QuckTime Player,可以录制电脑桌面也可以录制手机界面 默认是录制电脑左面, 选择录制iPhone,连接上手机,就可以录制界面的内容了 2.如果有需求 ...

  7. [Asp.Net Core] Blazor Server Side 扩展用途 - 配合CEF来制作带浏览器核心的客户端软件 (二) 可运行版本

    前言 大概3个星期之前立项, 要做一个 CEF+Blazor+WinForms 三合一到同一个进程的客户端模板. 这个东西在五一的时候做出了原型, 然后慢慢修正, 在5天之前就上传到github了. ...

  8. 问题集录--Java高级软件工程师面试考纲(转)

    如果要应聘高级开发工程师职务,仅仅懂得Java的基础知识是远远不够的,还必须懂得常用数据结构.算法.网络.操作系统等知识.因此本文不会讲解具体的技术,笔者综合自己应聘各大公司的经历,整理了一份大公司对 ...

  9. 修复lsp,360浏览器可以上网其它软件不行

    netsh winsock reset netsh int ip reset 重启电脑

随机推荐

  1. 打印进度条>>>>

    i+1: 当前的数量 300:  总数量 import sys print("下载中...") def process(curr, count): cursor_count = c ...

  2. 【Teradata SQL】FALLBACK表改为NO FALLBACK表

    FALLBACK表在数据库中会留存双份数据,增加了数据可用性,但浪费了存储空间.变更表属性语句如下: alter table tab_fallback ,no fallback;

  3. Python开发【第一篇】基础题目一

    1.求1-2+3-4+5.....99的所有数的和 n = 1 s = 0 while n<100: temp = n%2 if temp == 0: #偶数 s = s-n else: s = ...

  4. Clion 配置

    plugins: one dark theme font : fira code retina

  5. 压力测试Apache

    在做类似商城秒杀系统的同事都知道要在支持高并发,高可用的环境下进行多次的压力测试来防止自己的项目结构被高额的点击量击穿,导致商品超卖等损失 介绍一款简单的软件 xampp xam里带了Apache服务 ...

  6. Spring Cloud 入门教程(七): 熔断机制 -- 断路器

    对断路器模式不太清楚的话,可以参看另一篇博文:断路器(Curcuit Breaker)模式,下面直接介绍Spring Cloud的断路器如何使用. SpringCloud Netflix实现了断路器库 ...

  7. 基于Flask 实现Web微信登陆

    网页版微信登陆网址 https://login.wx.qq.com/ 获取微信登陆的二维码 在浏览器中访问登陆接口 https://login.wx.qq.com/ 我们查找二维码的图片可以看到 其中 ...

  8. [模板] 次短路 | bzoj1726-[Usaco2006Nov]Roadblocks第二短路

    简介 所谓次短路, 顾名思义, 就是第二短路. :P 1到n的次短路长度必然产生于:1到x的最短路 + edge(x,y) + y到n的最短路 简单证明一下: 设 \(dis(i,j)\) 表示 \( ...

  9. Activiti工作流框架——快速上手

        一.前言 最近在做公司的OA,里面有用到工作流,公司用的是 jbpm4,感觉比较老,资料有点少,就先学学 新一点的 activiti  ㄟ(▔▽▔)ㄏ 首先工作流的概念是:工作流(Workfl ...

  10. 支付宝支付demo(亲测)

    支付宝支付demo 这个是java后台调起支付的demo,直接将body返回给安卓端即可调起支付 package com.dyy.test; import java.text.SimpleDateFo ...