marathonv5
marathonv5 copied to clipboard
Marathon V5 - Opensource Test Automation for Java/Swing and Java/FX Applications
Do you have an example for marathon Javadriver for a third party app. I’ m QA Engineer and i don’t have the code for the Swing or JavaFX app. I...
Unable to Launch JNLP Application Using Java Driver I'm facing an issue when trying to launch a JNLP (Java Network Launch Protocol) application using the Java Driver in my automation...
Hi, I was trying to see what were the dependencies for Marathon and found out it is supporting 3.14.0 Any plans on supporting the new Selenium 4.x?
Basing a JList on an existing ComboBoxModel leads to registration of action listeners on that model, we need to de-register them as well in order to prevent endless listener registrations...
Hi! I am encountered an issue trying to run tests using **JavaDriver** on the **Mac OS** with the following error: [txt.log](https://github.com/jalian-systems/marathonv5/files/7773986/txt.log). Looks like test process doesn't catch up application process...
I posted on StackOverflow but wasn't sure where was best to place: https://stackoverflow.com/questions/68223428/marathon-marathonite-javadriver-cannot-locate-objects-without-class I am currently evaluating JavaDriver / Marathonite and have an issue whereby all objects that don't appear...
Before this change, if you put in applications class path folders containing jars, these won't be recognized and the application won't start...
Please help in below code trying to enter text in userid field. public class Demo2stack { private RemoteWebDriver driver; @Test public void createJavaProfile() throws MalformedURLException { // Method 1 JavaProfile...
The change log on https://marathontesting.com/ is not up to date, and the one in the codebase is not immediately accessible. It might be useful to have it linked to from...
Hi With the latest branch `master`, one got the error below when building on Windows ``` C:\Users\fandre\Documents\MXW\TOOLS\marathonv5>set mvnUser= C:\Users\fandre\Documents\MXW\TOOLS\marathonv5>.\gradlew build X:Marathon java-agent and java-recorder needs to be compiled with JDK6....