Marathon Version 4.2.1.0 (June 30 2016)
1. Fixed: execute_script printing the output instead of returning.
2. Chore: get_title returns nil if there is no focused window.
Marathon Version 4.2.0.0 (Apr 11 2016)
1. Single application to support both Java/Swing and Java/FX.
2. Added execute_script method.
execute_script takes a list of strings and executes the command
on the VM executing the AUT.
3. Added example Marathon projects.
For Swing we use SwingSet3 and FX we use Ensemble.
4. Updated getTitle() to return the currently focused window title.
5. Support for reloading ruby if a module changes
When a module or a fixture file changes, Ruby interpreter is reloaded
so that the changes are visible.
5. Error message for non-editable tree nodes.
When a select() is called on a non-editable tree node, a proper error
message is shown.
6. Added select-by-properties to JTabbedPane.
With this you can get a tab using get_component(<tabbedpane>, <tabname>)
7. Using sendKeys() on text#select call.
8. Ctrl+C is being sent as Ctrl+Shift+C
9. Show relative file name in window title.
10. Expand treepath for selected node.
When a treenode is selected, we expand the node also.
11. Send keytyped events for SPACE/ENTER
12. Using differnt D&D Copy key on windows.
13. Using UTF8 for compiling Java sources.
14. execute_script - toString() on return value
driver.execute_script was returning null when the return value is not one of
the known data types. We do a Object#toString() on it now.
15. Selecting first row in tableView. (FX)
We were using selectIndices() which considers 0 as invalid value.
16. fix: Using UTF8 for compiling Java sources.
Some of the test helper methods use UTF8 characters and do not compile
when the encoding is not set.
--
Looking for professional help with your Marathon projects?
Go visit: http://marathontesting.com
---
You received this message because you are subscribed to the Google Groups "Marathon Java GUI Testing" group.
To unsubscribe from this group and stop receiving emails from it, send an email to marathon-testing+unsubscribe@googlegroups.com.
To post to this group, send email to marathon-testing@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to marathon-testi...@googlegroups.com.
To post to this group, send email to marathon...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to marathon-testing+unsubscribe@googlegroups.com.
To post to this group, send email to marathon-testing@googlegroups.com.
import net.sourceforge.marathon.javadriver.JavaDriver;
import net.sourceforge.marathon.javadriver.JavaProfile;
import org.openqa.selenium.By;
import org.openqa.selenium.WebElement;
Do i need to import anything extra to get hold of this method..
Thanks
Amit
To unsubscribe from this group and stop receiving emails from it, send an email to marathon-testing+unsubscribe@googlegroups.com.
To post to this group, send email to marathon-testing@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to marathon-testing+unsubscribe@googlegroups.com.
To post to this group, send email to marathon-testing@googlegroups.com.