htmlunit
Terminat or Stop HtmlUnit
I use htmlunit to test some website and I noticed that Htmlunit got stuck on some webpages. This problem is making the thread within which htmlunit was call from not terminating. Please do you know of[详细]
2023-02-08 12:19 分类:问答How to use HtmlUnit in Java?
I\'m trying to use HtmlUnit in Java to log into a website. First i enter the user name then password. After that i need to select an option from a dropdown box. entering the user and password seemed t[详细]
2023-02-08 04:27 分类:问答How to use HtmlUnit in Java to select an element from a drop down box?
I\'m using HtmlUnit in Java to navigate to a web page. From that webpage i need to log in and then go from there. I kno开发者_JAVA技巧w how to type in the user name and password but then there is a dr[详细]
2023-02-07 18:43 分类:问答How to getelementbyid() from a table without an id
Well I can\'t think of any easier way to word that question guys, but it\'s not as complex as it seems. Basically I have a little project going to help myself move up in my workplace (tech support age[详细]
2023-02-07 06:32 分类:问答HtmlUnit - Selecting Forms, CheckBoxes, TextFields, and Submit Buttons
I have been messing around with HtmlUnit for a little bit and particularly this website because it has quite a few features that I wanted to get used to. I have posted about it before but that was mai[详细]
2023-02-07 05:16 分类:问答Celerity cannot follow a Devise redirect, because Celerity doesn't send an accept header and Devise responds with plain text
We\'ve got a Rails application just upgraded to Rails3 using Devise\'s Rails3 gem for authentication. We\'ve been using Capybara with Celerity backend to test s开发者_如何学运维ome of the pages.[详细]
2023-02-06 23:45 分类:问答Using celerity to login to saleforce.com on linux (w/ no gui), JS & VB errors
BACKGROUND: The script below logs into my salesforce.com account and tries to click a bunch of \"download\" links and save the resulting .zip export files locally.[详细]
2023-02-05 19:55 分类:问答Problem with using htmlunit driver for Selenium
I\'m using the htmlunit driver wi开发者_如何学JAVAth selenium 2 but when the following call is made in my test:[详细]
2023-02-04 20:07 分类:问答Groovy htmlunit getFirstByXPath returning null + OCR Question
I have had a few issues with HtmlUnit returning nulls lately and am looking for guidance. each of my results for grabbing the first row of a website have returned null. I am wondering if someone can[详细]
2023-02-03 00:13 分类:问答HtmlUnit and Fragment Identities
I\'m currently wondering how to deal with fragment identities, a link that I am wanting to grab information from, contains a fragment identity. It seems as if HtmlUnit is discarding the \"#/db4mj\" of[详细]
2023-02-02 12:06 分类:问答