Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I spent almost entire day on finding the answer of this question. I came to know that I can do this using Fest. I tried to understand how to do it using fest, but unable to understand it. There are not much tutorial available on fest. So can anyone help me on this? I want to know following things :
1)There is a applet running on a appletviewer on my desktop. How my code will recognize the applet? (a simple code snippet with explanation will help a lot.)
2)There is a log in , password field and a login button in the applet. How my code will recognize the field, fill suitable values and click on on login button?
(I am just a part time coder, so not very good with programming. So little detail will help me a lot. Thanks in advance.)
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 years ago.
Improve this question
I'm trying to redirect incoming calls on a custom made UI instead of default Android screen.
I have tried doing it using many ways like using CallScreeningService or InCallService but still not able to figure out the solution.
Can anyone provide a small sample working solution?
User arekolek provided an answer to my question with his own source sample at the end.
I verified it working back when he posted it, and should still work on current Android versions. Hope that helps, I would suggest providing feedback to there if it does.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 3 years ago.
Improve this question
I'm currently still learning the basics of Java and I have dozens of exercises, many times I have trouble finishing them and I'm forced to either ask for help or copy the answers from Github. I want to be able to mark the code I didn't write myself so I can focus on what I have trouble with. I've only found something like that for Visual Studio Code. Thanks in advance.
You can use Bookmarks in Intelij to "save" a place in your code and revisit them later.
Furthermore, you can use Shift+Ctrl+NUMBER to toggle the bookmark for the given NUMBER and you can goto that bookmark with Ctrl+NUMBER.
You can either use bookmarks or yur could use comments to add some text of what you understand and what not.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I've looked for a solution for 2 days without getting any working answer. That's the point: I made a program which get information from the HTML of a website, needed to make some math calculation in order to resolve a captcha. I tried to make use of the output result with Selenium and everything seems to work perfectly (I handled all the popups, changes of the question and everything). But yesterday my output are not accepted anymore. The website says "Invalid security answer", while my answer it's correct. I think that the browser opened by Selenium has been someway detected but not blocked. So.. Are there any other working ways to write on a browser textbox the result I get from my java program? Or is there a way to try making the Selenium browser more "human"?
Thank you in advance!
P.S. I'm on Windows 10 with Chrome
Well, it is the whole point of CAPTCHA to check whether the user is a human or a computer.
Your question is proof that the CAPTCHA is working correct to seperate humans from computers, for more info: https://en.wikipedia.org/wiki/CAPTCHA
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
I am just learning java. I just want to make a simple application to access a web-site.
there is a website onto which i want to log-in through java:
and then interact with it through my interface, basically after log in, i would be writing in some text boxes and sending it.
I tried many places to do it, studied HTTP protocol but still cant make it.
can someone help me out?
Accessing a web site, logging in and interacting with forms on it is somewhat complex work, so it might not be the best choice for a first java project.
But if you want to do it, you should probably use Apache HttpComponents/HttpClient.
There are useful examples at the above link as well, which may help you get started.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I have a image open-able in Fireworks and I was told to use it as a Joomla Template.
I'd like to have some tips on how to begin programming it.
Thank you.
You probably shouldn't do this in fireworks. Making a Joomla template requires knowledge of at least HTML, CSS and a bit of PHP. If you know how to build websites in general, you can find tutorials on how to build Joomla templates on their wiki.
If you have no experience in making websites what so ever, you really shouldn't start by making a template for a CMS. You can't simply use an image as a template.
I don't know who told you to do this, but from the way you ask this question, I must admit I think you are in way over your head! :S