简体   繁体   English

如何在不使用插件的情况下以编程方式记录浏览器操作

[英]How can I programatically record browser actions without using a plugin

How can I programatically record a browser actions without using a plugin? 如何在不使用插件的情况下以编程方式记录浏览器操作?

In Mozilla we record through a mozilla plugin (Selenium IDE) and can export to any language which selenium supports. 在Mozilla中,我们通过mozilla插件(Selenium IDE)进行记录,并且可以导出为selenium支持的任何语言。

But I don't want to use a plugin but record the actions performed in a website through a code/set-up and also replay it if possible. 但我不想使用插件,而是通过代码/设置记录网站中执行的操作,并在可能的情况下重播它。

want to record the js actions using a javascript 想要使用JavaScript记录js动作

Why would the browser plugin not solve the purpose here ? 为什么浏览器插件在这里不能解决目的? Can you please elaborate as to where does it fall short for you ? 您能否详细说明它在哪些方面不适合您?

Proxy server to the best of my knowledge cannot do this sort of a thing because all it gets to know is a request to the web server by the browser for a page serve, and a response from the web server to the browser which goes via it. 据我所知,代理服务器无法执行此类操作,因为它所知道的只是浏览器向Web服务器发出的请求页面服务的请求,以及Web服务器对通过它的浏览器的响应。 But in between these two, there could be user actions on the html elements which the proxy server would be agnostic about. 但是在这两者之间,代理服务器可能会忽略html元素上的用户操作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在带有“?”符号的量角器中使用browser.actions()。sendKeys? - How can I use browser.actions().sendKeys in protractor with “?” symbol? 如何在没有 Silverlight 插件或 Z303CB0EF9EDB9082D61BBBE5825D9 运行时的任意浏览器中运行我现有的 .NET WPF 应用程序? - How can I run my existing .NET WPF app in an arbitrary browser without a Silverlight plugin or .NET runtime? 如何以编程方式“突出显示”对象,而不实际“选择”对象 - How can I “highlight” object programatically, without actually “selecting” the object 如何将Flash Player插件集成到使用JavaFX创建的Web浏览器? - How can I integrate a flash player plugin to a Web Browser I have created using JavaFX? 如何让浏览器像 Facebook 一样记录点击? - How can I make a browser record the click like Facebook does? 如何直接从浏览器录制音频 - How can I record audio directly from the browser 如何使用Javascript以编程方式打开GMail中的“撰写”框 - How can I programatically open the “compose” Box in GMail using Javascript 如何使用JavaScript以编程方式放置此值? - How can i put this values programatically using JavaScript? 如何使用HTML,JavaScript和Laravel插入2个动作? - How can i insert 2 actions using HTML, JavaScript and Laravel? 如何使用TestCafe访问应用程序操作? - How can I get access to application actions using TestCafe?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM