1

I have been using pywinauto for automation of desktop application. This tool was fine until we started using Sciter (see https://sciter.com for more info) on some screens. Pywinauto supports Win32 API, MS UI interfaces but Sciter is HTML based UI framework, so they are not compatible.

I found the next info here https://sciter.com/forums/topic/how-to-automate-sciter-ui-is-it-supports-to-seleniumqtp-for-automation/

Sciter exposes UI Automation interfaces and IAccessible (/engine/win/win-accessible.h) so tools that know about them can be used

Can some one suggest any Python tool for automation of Sciter based desktop application? if not - any not Python tool?

Regards, Sergey

asked Jun 16, 2018 at 7:45
1
  • "UI Automation interfaces" and "MS UI interfaces" is the same API. If Sciter uses it, you have to use Application(backend="uia") from pywinauto. Are you using it? More details about backends are in the Getting Started Guide. Commented Jun 18, 2018 at 13:53

1 Answer 1

0

pywinauto is capable to do that.

"UI Automation interfaces" and "MS UI interfaces" is the same API. If Sciter uses it, you have to use Application(backend="uia") from pywinauto. More details about backends are in the Getting Started Guide.

answered Jun 27, 2018 at 13:29

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.