• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Not able to access the UI element for page setup or Set up on accessibility inspector

New Here ,
Aug 03, 2020 Aug 03, 2020

Copy link to clipboard

Copied

HI ,

 

I am trying to automate the printing of adobe illustrator document using specific printer settings.

I use python programing language to perform actions on GUI elements identified by 'Accessibility Inspector'.

 

Once i click on File menu, and click on 'Print...'

I am not able to access the element Ids for 'Setup or Page Setup' buttons. I am not able to get the UI elements using accessibility inspector.

 

Is there any solution for this? so that i can automate the process. 

TOPICS
Print and publish , Scripting , Tools

Views

205

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Aug 03, 2020 Aug 03, 2020

use COM instead, here's a link about it

https://github.com/lohriialo/illustrator-scripting-python

 

or use Javascript and access the API directly

Votes

Translate

Translate
Adobe
Community Expert ,
Aug 03, 2020 Aug 03, 2020

Copy link to clipboard

Copied

LATEST

use COM instead, here's a link about it

https://github.com/lohriialo/illustrator-scripting-python

 

or use Javascript and access the API directly

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines