This week's book giveaway is in the Agile and Other Processes forum.
We're giving away four copies of Darcy DeClute's Scrum Master Certification Guide: The Definitive Resource for Passing the CSM and PSM Exams and have Darcy DeClute on-line!
See this thread for details.

Kavitha shan

Greenhorn
+ Follow
since Aug 23, 2012
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Kavitha shan

Hi Everyone,

I am in need of a java code to login to a website.

I tried the above given code, but am getting 'CANNOT FIND SYMBOL' error in place of GetMethod()

GetMethod method = new GetMethod("http://localhost:8080/");

Please help me.

Regards,
Kavitha
Hi Everyone,

Here is my requirement: I need to login to a Web URL and navigate to the menu bar and further click on various options.

I found some codes for login. But I am not sure if navigating to menu bar is feasible in java.

Would you be able to help me in this regard, as it bit urgent?

Regards,
Kavitha
11 years ago