How can we automate applications present on MAC appart from using Sikuli - macos

Is it possible to d it with appium or any other tool please help me with your suggestions.Thanks

You can try Appium for Mac
Its based on JSON wire protocol, so you can expect similar syntax to WebDriver/Appium tests.

Related

Can we use RobotFramework to automate MacOsx application?

Can we use RobotFramework to automate MacOSx application?
I could not find any documentation on this. Can you share some example on this.
I went ahead with Appium. It is working fine for me so far.

How do I set up a MAC to use Selenium with Watir Webdriver and Ruby

Need help converting from a Windows to MAC environment. I'm on OSX 10.9.5 and need to develop automated testing using Selenium, Ruby, and Watir Webdriver. I'm not well versed in the MAC nature of things, so help is appreciated.
Thanks.
I wrote detailed instructions a while ago: https://leanpub.com/watirbook/read#leanpub-auto-mac-os-x-109

Libssh, X11 forewarding

i am trying to user X11 forwarding with libssh. Because i have not found good examples for doing so, can anyone give me some example how to use X11 with libssh?
Thanks!
Did you read the tutorial with code examples?
http://api.libssh.org/master/libssh_tutor_forwarding.html
I too was trying to get X11 working with libssh but had no success. I was only able to push through regular cmds that didn't require a GUI.
If java is an option for you I would recommend the Java Secure Channel library. Documentation isn't so good but there's an examples folder with X11 code that really helped me. It worked great with xming.
http://www.jcraft.com/jsch/

Web Audio API on Windows?

I'm trying to run a Web Audio API demo using a nightly build of WebKit on Windows.
The demo won't run, and the console throws an error (ReferenceError: Can't find variable: webkitAudioContext).
Does anyone know if it's currently possible to use the Web Audio API with WebKit nightly builds on windows? If so, what steps do I need to take to make the demos run? Do I need to set an environment variable, or pass a command line argument to the executable or something?
Any advice would be greatly appreciated.
I think the answer to this question at the moment is "no". It seems that Chrome is the only browser at the moment that supports the Web Audio API on Windows. Safari/WebKit for Windows doesn't support it yet.

High performance Ruby listbox

I need to make a small application in Ruby that will display log lines received over TCP in different colors.
What is a recommended GUI framework to use for this type of app?
I should work on Windows and Linux.
Shoes is a great lightweight GUI framework with mac, linux, and windows support.
RuGUI is a framework which aims to help building desktop applications: http://rugui.org/ and https://github.com/rugui/rugui

Resources