Below was a case that I was working on that I solved with a launch in context, but I’m still wondering if there is a specific Maximo library that can help me access the DOM via automation script.
I’m looking for functionality similar to how Selenium works with their @browser tag. This tag lets a script reference elements in the current browser.
I'm looking to use an automation script, either JavaScript or Python syntax, in order to manipulate the DOM of the current application a user is on. What I'm trying to do is set the description tag of a current element, given the element ID, and I'm having trouble finding a package that can reference DOM elements.
I did some research on the psdi.common.context.UIContext package, but this was a pretty shallow package and did not provide the functionality I was looking for.