marathonv5
marathonv5 copied to clipboard
Marathon V5 - Opensource Test Automation for Java/Swing and Java/FX Applications
When i try to use a select with a backslash in the name it gives an error. select("Hello\\\\Test", "Test") gives the error net.sourceforge.marathon.javaagent.JavaAgentException:While reading template start token – unexpected character...
The code returns blank profile rather than extracting and returning profile from capabilities. Here is the example [MyJavaDriver.java](https://github.com/jalian-systems/marathonv5/files/2737965/MyJavaDriver.java.txt) which worked for me. https://github.com/jalian-systems/marathonv5/blob/7fef106f8f2e7ca1117ac1477b407494c9463ef6/marathon-java/marathon-java-driver/src/main/java/net/sourceforge/marathon/javadriver/JavaDriver.java#L174