htmlunit
How i can find a elements with tag table in a html page
I have the html page, and me need find some elements with tag a \'table\', but such tables maybe more than one, and they don\'t have id or class name.[详细]
2023-04-01 11:49 分类:问答How to simulate a click on a "a" link with Perl WWW::HtmlUnit
I\'m working with Perl and the WWW::HtmlUnit library to access the following site: https://www.cnatra.navy.mil/scheds/schedule_data.aspx?sq=VT-7[详细]
2023-04-01 01:27 分类:问答Htmlunit : filling a form that refreshes automatically
I can normally fill-in a form using an HtmlUnitand submit it to the server. Fine. UnfortunateIy I don\'t know how to fill-in a specific form that refreshes to server depening on values I set on the f[详细]
2023-03-31 12:52 分类:问答HtmlUnit, trying to get 2 forms, get exception at second form
Currently using HtmlUnit. Getting first login page is no problem, succesfully logging in, getting next page, \"clicking\" the link to get the \"MyDetails\" page.[详细]
2023-03-31 12:04 分类:问答Performance comparison of HtmlUnit vs HttpUnit
I would like to write crawler which supports cookies storing operation and sessions. There are two different implementations of java headless browser. HtmlUnit has better su开发者_运维问答pport of jav[详细]
2023-03-31 01:49 分类:问答Check availability of Internet Connection + Communicate between 2 threads
I have 2 questions: How can I check if Internet connection is whether turned on or turned off? I\'m using Html Unit and I\'m working on Windows.[详细]
2023-03-30 06:36 分类:问答Android project becomes terribly slow after adding HtmlUnit JARs to eclipse buildpath
I am trying to develop an android application which includes login functionality. To achieve this I used the HtmlUnit package and added the relevant JARs to the eclipse buildpath. After that my eclips[详细]
2023-03-29 06:22 分类:问答How do you set up "test mode" for your Java app?
I am working on a Java web app with unit tests that deploy the app in Jetty. I use HtmlUnit to hit the app and do some high level tests. I set it up so that I can use a singleton probe to modify my sy[详细]
2023-03-29 03:44 分类:问答Can't catch the exception - Java with HtmlUnit?
I don\'t understand what\'s going on ??? I have the following code : public static void main(String[] args){[详细]
2023-03-25 12:40 分类:问答Accessing socket data in HTMLUNIT
In and normal Java Socket class you have the 开发者_如何学Cmethod public int getLocalPort() to find out what your source port is. Does anyone know how to access this information with HTMLUNIT? curren[详细]
2023-03-24 04:26 分类:问答