← Back to team overview

sikuli-driver team mailing list archive

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

    Status: Needs information => Open

Melvin Raymond gave more information on the question:
Oh, so I use this defined region constant:

${T_X_REGION}        Region(820,467,120,50)

I'm calling the above function using this RFW command:

 column options context menu    ${T_VIEW}    ${DATA_SET_1}
${COLUMN_X}    ${T_X_REGION}    ${OVERFLOW}    ${APP_REGION}


So in this case I've already set up the app so it's in Table view, then I send the "region" variable the ${T_X_REGION} which will define a small area on the table for use in another function later on.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.