Lately i bumped into selenuim for web automation which is wonderful tool , gives you the ability to record a test on the web browser and export it into java/c#/etc and modify it as you want in any Java IDE for example.
I know that selenium is only for Web .
Dose selenium got an extension / open source plug in to support desktop GUI application? There is another framework that do that for desktop GUI application?
One way you can do this
another framework that do that for desktop GUI application
is by using Sikuli. Since it uses image recognition technology can be used across all desktop applications, also can be driven by multiple languages and its free.
Just to be full this answer, I'll add that you can combine it with Cucumber and Jenkins like is shown here.
Update
export scripts to Java
is not possible in this sense, since Sikuli scripts are written in Python scripting language and the scripts itself are run using the Jython interpreter (Java base implementation of Python language). See this answer and this answer.
Look at these resources how-to:
Yes. UiPath can automate desktop, browser, remote desktops or java applications.
Unlike Selenium it has the ability to get access to the internal object model of a java app (recognise the controls and elements you want to click, type, scrape). You can use it from code (SDK) or create automation directly from UiPath Studio.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With