def get_selected_option_text(self):
        """ Gets the currently selected item text in the drop down
        """
        for option in self.selectOptions:
            if option.is_selected():