-
I'm facing a challenge with opening links contained within tags in a new tab or window. The tags in the HTML markup do not have the target="_blank" attribute, and I'm looking for a reliable method to achieve this functionality. Thank you very much |
Beta Was this translation helpful? Give feedback.
Answered by
mdmintz
Mar 21, 2024
Replies: 1 comment
-
This will make every link ( sb.set_attributes('a', "target", "_blank") |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mdmintz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This will make every link (
<a>
tag) on that page open in a new tab: