diff --git a/automon/integrations/facebook/groups.py b/automon/integrations/facebook/groups.py index 62b33e7d..120c6b6e 100644 --- a/automon/integrations/facebook/groups.py +++ b/automon/integrations/facebook/groups.py @@ -81,6 +81,10 @@ def creation_date_timestamp(self): # TODO: convert date to datetime timestamp return + @property + def current_url(self): + return self._browser.current_url + def current_rate_too_fast(self): if self.average_rate() == 0 or len(self.RATE_COUNTER) < 2: logger.info(f'current_rate_too_fast :: False')