Skip to content

Commit

Permalink
Merge pull request #1380 from HelenaAdrignoli/hotfix/CheckView
Browse files Browse the repository at this point in the history
hotfix/CheckView
  • Loading branch information
renanllisboa authored Jan 9, 2024
2 parents 57c9edb + 3e67fc7 commit d9184a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tir/technologies/webapp_internal.py
Original file line number Diff line number Diff line change
Expand Up @@ -3460,6 +3460,9 @@ def web_scrap(self, term, scrap_type=enum.ScrapType.TEXT, optional_term=None, la

containers = self.zindex_sort(soup.select(container_selector), reverse=True)

if container_selector == 'wa-text-view':
return self.filter_label_element(term, container=soup, position=position, twebview=twebview) if self.filter_label_element(term, container=soup, position=position, twebview=twebview) else []

if self.base_container in container_selector:
container = self.containers_filter(containers)

Expand Down

0 comments on commit d9184a2

Please sign in to comment.