i would like to know if there is a tool which can help me to automate a java applet application in browser i tried to use FEST-Selenium but is there any other tools ? thank you
how to Automate Java applet in browser
1.9k Views Asked by yougerrard At
1
There are 1 best solutions below
Related Questions in JAVA
- Add image to JCheckBoxMenuItem
- How to access invisible Unordered List element with Selenium WebDriver using Java
- Inheritance in Java, apparent type vs actual type
- Java catch the ball Game
- Access objects variable & method by name
- GridBagLayout is displaying JTextField and JTextArea as short, vertical lines
- Perform a task each interval
- Compound classes stored in an array are not accessible in selenium java
- How to avoid concurrent access to a resource?
- Why does processing goes slower on implementing try catch block in java?
- Redirect inside java interceptor
- Push toolbar content below statusbar
- Animation in Java on top of JPanel
- JPA - How to query with a LIKE operator in combination with an AttributeConverter
- Java Assign a Value to an array cell
Related Questions in APPLET
- How to have Django serve an applet?
- How to let java applet download file
- Integration between Java Applets and .Net dll
- I made a function that uses graphics and I wanted to call it in the main it did not work
- java.lang.UnsatisfiedLinkError: Could not find library [libjsane.so]
- Troubles with applets in c# application
- Java Applet CookieManager not adding cookie to browser
- Should I migrate away from Applets and if so to what?
- how to test java applets with html?
- Load runner Java applet recording
- How to use panels in applets?
- Extract Files from Jar file in Java Applet
- How to launch an applet using chrome?
- java applet class not found exception in the chrome browser
- How to send a data array to my Applet and manipulation it by Applet and return new data in response apdu?
Related Questions in AUTOMATION
- Installing Teamcity build agent as a user: failed to install the service. selected account does not have enough rights
- Automating Telnet Scripts from .bat with a teamspeak instance
- schedule and automate sqoop import/export tasks
- Dynamic @Test generation in TestNG
- detecting a file downloaded in selenium java
- Can I automate auto-app installation on my Android device?
- C# Program automation - Program hangs/doesn't work
- Saving Excel workbook as PDF gives me an OLE error 800A03EC
- Appium-How to send SMS for login verification purpose during automation test
- How to maximize browser window with helium using Java?
- Appium iOS automation using Java : get element using accessibility Id?
- Looking to run automated jobs in .NET application
- How to click the back navigation button of the browser using helium?
- Firefox automatically choose certificate, without ui dialog
- Test class not found in selected project
Related Questions in FEST
- Custom FEST Assertions : Displaying readable message with
- Java Swing GUI Test Fest JPanel Fixture Error
- Using WindowFinder to find a modal dialog
- FEST JUnit-Swing testing noobQ: how to test a main class?
- strange AssertError when using fest regexp assert
- Groovy closure to implement matcher in Fest
- cucumber-jvm: how to use the same window instance across all the tests
- How to get the right component name and then use it in FEST testing
- Making FEST to wait for the application to load
- Making FEST:s component lookup mechanism wait for a component to exist
- Fest assertThat List<String> partially matches another List<String>
- Can't create FrameFixture with Fest + Swing
- how to use fest for android
- how to Automate Java applet in browser
- FEST Swing new frame on click, can't make new frame fixture
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
After some research on Java Applet Automation i found some tools which can help to automate the Java Applets. Some of them you can Look for is LiveConnect and Robot. You can give a try with them.