Search the Community
Showing results for tags 'Java'.
-
Launch the web application which has security certificate associated. On launching we get "Select a Certificate from the list of certificates" . how to handle this certificates using AutoIT and certificates are in a drop down. i have only chrome browser to launch the application. do i need to insta...
-
I have to press tab to reach a selected button then double click on that Here's my script but its not working: WinActivate("Policy Decisions -- Webpage Dialog","") Sleep(3000) Send("{TAB}") Send("{TAB}") Send("{TAB}") // at this point its working according to my...
-
Hi team, I have a "well-built" autoIt exe app. Its running smooth until I open another application that when I run through the window info tool, returns as "SunAwtFrame". After running said application, my "well-built" autoIt exe app ceases to run. What seems to be the problem here and is...
-
I have a script that has to work on multiple resolutions but each resolution has slightly different co-ordinates due to automatic UI scaling. I have had to make separate files for each but would like to implement them all in one script. I have a similar program written for Java which uses else if st...
- 3 replies
-
- java
- coordinates
-
(and 3 more)
Tagged with:
-
Hi I have Java 8 installer I want to automate it's installation process. I have found silent installation method but I want to install it using controls clicking like as normal user do But I don't find any control using AutoIt v3 Window Info How I can find it's control...
-
Hello, I've been trying to automate a process to check in the GUI of a Java program for a certain condition. When I use the Autoit Window information tool I don't get anything under the control tab, which seems to be normal for a Java program. I've been able to automate what I need using Contro...
- 3 replies
-
- controlsend
- java
-
(and 1 more)
Tagged with:
-
Hi there We have a legacy app that utilising this AutoIt/Selenium for automating the web app that have. It's been running well since 2010 late 2014. We stoped a bit on this. Then start again this year. We have an issue on one of the step which is relating on PDF Save Dialog Box Stop workin...
-
-
Some time ago I had the need to check and change some JAVA configuration settings. Here is the result of my work. This UDF is desinged to manage JAVA Settings and Environment. This UDF is NOT designed to interact with JAVA Applets. EXAMPLE: #AutoIt3Wrapper_Au3Check_Parameters=-d -w 1...
-
I'm using ie.au3 UDF to manage some website Using it I'm getting in SciTE such console output: QUESTION: How to capture this string, so as not to display in the console but I could it, for example. saved to a file, or display in a MsgBox ? EDIT: The case/question is not strictly related to IE...
-
Hi, im new to autoit and i have a little problem i have to do a app to start some web pages and some windows base programs oane of them is Skype, the problem is that Skype starts but only in system tray and i do not know how to appear on desktop the code i use is below: public static String jvmBi...
-
Hi! Im trying to use Java.au3 UDF into a develop but when i hit F5 i receive an error saying "$javaferret_obj_role: undeclared global Variable" This part of develop its not mine so i dont understund why the error. I have instaled Java as i saw in other topic and dosnt work. Any can help me? Im wor...
- 20 replies
-
- $javaferret_obj_rol
- java
-
(and 1 more)
Tagged with:
-
I'm trying to write to the output stream and read the input stream of a simple Autoit script from java. If I do not use the newLine() character, I get the expected output: a line is sent to auto it, a line is sent to java, and that is repeated. If I add the newLine() character, it seems every cycle...
-
Here is another UDF . With this UDF now you can check if a specified browser/software is installed an you are also able to get what version is in used. Supported Software: Internet Explorer, Mozilla Firefox, Mozilla Thunderbird, Google Chrome, Opera, Safari, Java and Silverlight. Changelog v.1.2....
- 17 replies
-
I'm new to AutoIt and am attempting to automate a desktop Java application on Windows XP. I've set up Java Ferret to enable viewing the objects in the Java app window. I need to have the AutoIt script click on a search button, but have been unable to figure out how to do it. I have set up the A...
- 7 replies
-
- java
- java ferret
-
(and 1 more)
Tagged with:
-
I wanted to see who else is using OATS 12?
-
ok so i have a website that i trying to collect information from in the most accurate way possible. currently, i have it just doing A LOT of PixelSearch's and depending on which radio button is selected, the page changes slightly. i have already looked at the source of the webpage and it looks like...
-
how can i active ActiveX in IE Control? i want use activex in java script & then load html file in IE Control in my program but i dont know how can i do it. (run autoit code in javascript and i just run Au3Code in IE Control in my program not in IE Windows(Not Separate Windows) ) My Au3Code...