Exemple #1
0
    def selection(self):
        """
    Description:
    ------------

    Related Pages:

      https://www.w3schools.com/howto/howto_css_text_selection.asp

    :rtype: CssStyleScrollbar.CssWebkitSelection
    """
        if not self.__selection:
            self.__selection = CssStyleScrollbar.CssWebkitSelection(
                self.htmlObj._report)
        return self.__selection
Exemple #2
0
    def selection(self) -> CssStyleScrollbar.CssWebkitSelection:
        """
    Description:
    ------------
    Selection predefined style (background color based on the selected theme).

    Related Pages:

      https://www.w3schools.com/howto/howto_css_text_selection.asp

    :rtype: CssStyleScrollbar.CssWebkitSelection
    """
        if not self.__selection:
            self.__selection = CssStyleScrollbar.CssWebkitSelection(self.page)
        return self.__selection