-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi
I am trying to create simple application that would be able to search people on facebook using given e-mail. I am already able to log into an account using the HTMLunit tool and even create a page, which should throw result of my search. But when I try to print the result as XML the file is missing…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
We are using HTML Unit v2.6 with Web-Harvest and extended its functionality to create a new element
<web session="sess1" browser="firefox2">
<web-getpage url="https://www.linkedin.com/secure/login"/>
<web-setinput name="uname">username</web-setinput>
<web-setinput…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
hi, i am using htmlunit to parse a page. but when i tried to get page from url i got an exception, lets have a look on my code:
WebClient wc = new WebClient(BrowserVersion.FIREFOX_3);
HtmlPage page = wc.getPage(strUrl);
when compilet goes to wc.getPage(strUrl) it throws an exception i.e.
java…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi all,
I am having intermittent issues saving the response HTML in HtmlUnit.
Caused by: java.io.IOException: Unable to save file:C:\ccview\PP50773_4.0_walter\TSC_hca\Applications\HCA_J2EE\HCA\target\HtmlUnitTests\single\1\com\pnc\tsc\hca\ui\test\SiteCrawler\crawlSiteAsProvider\10.SiteCrawler.crawl…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello
I am using HtmlUnit to login into the page. I got the userid amd password field and also the submit button .The type of submit button is image . and I fill the userid and password field with values and when I click the button i is unable to login.
Thanks in advance.
>>> More