114 + @autopilot_logging.log_action(logger.info)
115 + def click_leading_action(self, action_objectName):
116 + """Swipe the item in from left to right to open leading actions."""
117 + self._click_on_panel_action('right', action_objectName)
118 +
119 + @autopilot_logging.log_action(logger.info)
120 + def click_trailing_action(self, action_objectName):
121 + """Swipe the item in from right to left to open trailing actions."""
122 + self._click_on_panel_action('left', action_objectName)
You do more than just swipe in these functions.
Add something similar to this to the descriptions: "and click on the button representing the requested action".
114 + @autopilot_ logging. log_action( logger. info) action( self, action_objectName): on_panel_ action( 'right' , action_objectName) logging. log_action( logger. info) action( self, action_objectName): on_panel_ action( 'left', action_objectName)
115 + def click_leading_
116 + """Swipe the item in from left to right to open leading actions."""
117 + self._click_
118 +
119 + @autopilot_
120 + def click_trailing_
121 + """Swipe the item in from right to left to open trailing actions."""
122 + self._click_
You do more than just swipe in these functions.
Add something similar to this to the descriptions: "and click on the button representing the requested action".