Extension for StarUML to autoclick "Evaluate" button on startup if you use unregistered version. You don't need to do anything.Extension will click "Evaluate" button automaticly and send to you message of result:
Yellowmessage if it was successfulRedmessage is something went wrong
This extension was tested with StarUML Version 5.0.2 but it also should work on every version since 3.0.X
How to install and use this extension.
- Open StarUML
- Go to top context menu
- Click
Tools -> Extension Manages - In the lower left corner click the button
Install From Uri... - Enter the link
https://github.com/danysmall/AutoEvaluate - Restart application
- By pressing combination
Ctrl + R - Or just close and run it again
- By pressing combination
This extension has preferences for setup search. To go to the preferences just follow:
- Top context menu
File -> Preferences...- Pick
AutoEvaluate - Setup for your needs
QuerySelector — the JavaScript selector which will be evaluated by document.querySelector function to find button and click it
Button name — displaying name of the button. Will be used in XPATH search if QuerySelector won't work
If methods above don't work than button will be find by parametrs of dialog view
Classes of modal — is a list of classes divided by space. They will be formatter for document.querySelector function to find Node with modal
Order of child
<div> container to choose and click on it
To find all of these settings by youself you can just open DevTools by clicking
Alt + Shift + Tor going to theTop Menu Bar -> Debug -> Show DevToolsand find all variables by source code and console
This software is under MIT License with Copyright (c) 2022 Danila Smolyakov
Read full license file by this link