Hello, I’m new to UI Vision and I like it.
I want to get the VALUE of element and compare it to another ELEMENT
what can I use?
it’s like this
1st element
css=#bottom-area > div.bottom-widgetbar-content.backtesting > div > div > div > div.reportContainer-NyzFj5yn > div.container-AXqPXerm > div:nth-child(1) > div.container-LVMgafTl.negativeValue-ird3aQgt > div.highlightedValue-LVMgafTl
2nd element
css=#bottom-area > div.bottom-widgetbar-content.backtesting > div > div > div > div.reportContainer-NyzFj5yn > div.container-AXqPXerm > div:nth-child(1) > div.container-LVMgafTl.positiveValue-ird3aQgt > div.highlightedValue-LVMgafTl
This is the only thing that changes
“negativeValue” and “positiveValue”
how can I get the “TEXT” of that element if the value is positive or negative?
do I need to store both element on a variable and compare them after?
if positive == true then use this element to get that value?