| Thread Previous • Date Previous • Date Next • Thread Next |
** Tags added: fkt-click
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/795498
Title:
Make Region.click() arguments optional
Status in Sikuli:
Fix Committed
Bug description:
Region.click() should click at its center. It will make code more
clean (and perhaps faster), e.g. from:
for f in findAll(findobjs):
area = Region(f.nearby(100))
f.click(area)
to:
for f in findAll(findobjs):
area = Region(f.nearby(100))
area.click()
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/795498/+subscriptions
| Thread Previous • Date Previous • Date Next • Thread Next |