~canonical-platform-qa/autopilot/pdf-build

« back to all changes in this revision

Viewing changes to autopilot/input/_X11.py

  • Committer: Tarmac
  • Author(s): Leo Arias, Leonardo Arias Fonseca
  • Date: 2014-10-28 03:51:00 UTC
  • mfrom: (378.1.13 fix1257059-log_move)
  • Revision ID: tarmac-20141028035100-nkaery12w84z9s01
Added the log to _uinput Mouse.move method. Fixes: https://bugs.launchpad.net/bugs/1257059.

Approved by PS Jenkins bot, Christopher Lee.

Show diffs side-by-side

added added

removed removed

Lines of Context:
386
386
                e.args = ("Mouse cursor is stuck.", )
387
387
                raise
388
388
 
 
389
        x, y = self.position()
 
390
        _logger.debug('The mouse is now at position %d,%d.', x, y)
 
391
 
389
392
    def move_to_object(self, object_proxy):
390
393
        """Attempts to move the mouse to 'object_proxy's centre point.
391
394