← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #193527]: passing runtime parameter to a variable using masked/hidden input

 

Question #193527 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/193527

Ramprasad posted a new comment:
import javax.swing.JOptionPane as JOP
import javax.swing.JPasswordField as JPF
pwdF = JPF()
JOP.showConfirmDialog(None, pwdF,
        "Please enter Password",
        JOP.OK_CANCEL_OPTION)
passwd = pwdF.getText()

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.