Prudential_UK_A
16 years agoFrequent Contributor
SoapUI Extension Groovy Action
I've managed to do a groovy script action and attach it to a TestSuite so I can save all Request XML in the suite to files.
I use the UISupport.getFileDialogs().saveAsDirectory() to let the user choose a directory to save to.
How do I initialise this to be the last used directory?
I've seen other dialogs where you get put into the last chosen directory to start with.
I use the UISupport.getFileDialogs().saveAsDirectory() to let the user choose a directory to save to.
How do I initialise this to be the last used directory?
I've seen other dialogs where you get put into the last chosen directory to start with.