| Author |
How do I write code that can perform automatic tasks
|
Dingo Star
Greenhorn
Joined: Apr 18, 2011
Posts: 1
|
|
I want to be able to copy and paste text from one browser, to another, like 10,000 times : D.
There are pages present on both browsers. After each copy and paste operation between the broswers a button has to be clicked on both pages to go to the next page. Is there any way that Java can handle this for me ? Thank you so much for your help guys. I'd hate to do this myself 10,00 times.
|
 |
Andrew Monkhouse
author and jackaroo
Marshal Commander
Joined: Mar 28, 2003
Posts: 10892
|
|
Can you give any more context?
Right now this sounds like you are trying to copy somebody else's website and put all the content into your own website. If you own both websites, then it is almost guaranteed to be better for you to go back to the raw data and copy it from one system to the other (DB -> DB, or text file(s) -> DB, ...).
|
The Sun Certified Java Developer Exam with J2SE 5: paper version from Amazon, PDF from Apress, Online reference: Books 24x7 Personal blog
|
 |
Andrew Monkhouse
author and jackaroo
Marshal Commander
Joined: Mar 28, 2003
Posts: 10892
|
|
Please note that while there is nothing wrong with cross-posting to other sites, it is considered polite to mention it when you do so.
Post in Java Forums
|
 |
Wouter Oet
Saloon Keeper
Joined: Oct 25, 2008
Posts: 2700
|
|
|
And welcome to the JavaRanch.
|
"Any fool can write code that a computer can understand. Good programmers write code that humans can understand." --- Martin Fowler
Please correct my English.
|
 |
 |
|
|
subject: How do I write code that can perform automatic tasks
|
|
|