browser-automation
Delete Flash Cookies via Code
Using C# (or VB if needed), I am setting up a simple automated browser program.Right now I am doing this via watin.I am doing this on my Windows 7 Desktop and the browser I am automating via Wati开发者[详细]
2023-02-10 07:29 分类:问答How can I ensure YSlow run automatically when firefox is started?
It seems a dumb question: I just have to set extensions.yslow.autorun to true, then everything is supposed to work perfectly. But it\'s not.[详细]
2023-02-06 19:37 分类:问答How Do You Set Value of Input Element Programmatically Through CSharp?
Hello I am trying to automate my IE to log into a website but the problem is that the input elements do not have an HTML ID attribute! For example:[详细]
2023-01-21 08:01 分类:问答How do I automate Chrome using WatiN?
I\'ve done countless开发者_开发技巧 Google searches on this. Despite all the promises, I simply can\'t find one straight-forward peice of documentation on how to automate Chrome with WatiN.[详细]
2023-01-20 21:28 分类:问答How to find out which JavaScript events fired?
I have a select list: <select id=\"filter\"> <option value=\"Open\" selected=\"selected\">Open</option>[详细]
2023-01-17 05:51 分类:问答TWebBrowser - Hook receive event
I am trying to automatically submit a form, and save the resulting image that gets shown in the TWebBrowser object.[详细]
2023-01-14 06:34 分类:问答Selenium with Python, how do I get the page output after running a script?
I\'m not sure how to find this information, I have found a few tutorials so far about using Python with selenium but none have so much as touched on this.. I am able to run some basic test scripts thr[详细]
2023-01-13 07:11 分类:问答can app containing WebBrowser control download files automatically by spoofing browser behavior?
suppose I want to automatically download a file from url that is located inside an authentication-required website into which I login using automated WebBrowser control based on Internet Explorer. But[详细]
2023-01-07 23:32 分类:问答Script/plugin to update web page (load next 25 comments) until page fully loaded
Brief summary: I need a script/plugin for Firefox that selects the \"load next 25 comments\" link at the bottom of a web page, until that link is no longer on the page.As you click that link - you get[详细]
2022-12-31 14:08 分类:问答Can I use XPCOM to create and manipulate a Firefox window as I would use win32 COM with IE?
With win32 COM I create an Internet Explorer instance and control it almost fully from my python code (manipulate windows, DOM elements, etc). More specifically, using DispatchEx(\'InternetExplorer.Ap[详细]
2022-12-20 09:56 分类:问答