sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #51575
Re: [Question #680679]: SikuliXIDE; Mojave; Robot Framework: How does one get Region objects to work in Jython functions that are passed in from Robot Framework
Question #680679 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/680679
Melvin Raymond gave more information on the question:
For a larger perspective:
Test Manual Decimal Place Values Test (Table View)
[Documentation] Test verifies Decimal Place settings
Log Executing Manual Decimal Place values Test
Log Filling the Data Table with some values
select experiment type ${MANUAL_ENTRY}
view options ${VIEW_OPTIONS} ${TABLE}
initialize table ${TESTAPP} ${TABLE_LOCATOR}
write to selected cell ${CELL_LOCATOR} 2
grid movement ${MOVEDOWN} 1
write to selected cell ${CELL_LOCATOR} 31.5
grid movement ${MOVEDOWN} 1
write to selected cell ${CELL_LOCATOR} 55.67
grid movement ${MOVEDOWN} 1
write to selected cell ${CELL_LOCATOR} 888.901
grid movement ${MOVEDOWN} 1
grid movement ${MOVEUP} 1
Log Selecting Decimal Place from Column Options dialog
column options context menu ${T_VIEW} ${DATA_SET_1} ${COLUMN_X} ${T_X_REGION} ${OVERFLOW} ${APP_REGION}
select column context ${COLUMN_OPTIONS} ${OPTIONS_EXIT}
select displayed precision ${DECIMAL_PLACES_RADIO} ${SPINNER} 9 ${APPLY} ${OPTIONS_EXIT}
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.