You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DOM content inject fails if iframe is used, e.g. AWS CloudWatch Log Group view page: /cloudwatch/home?region=us-east-2#logsV2:log-groups/log-group/LOG_GROUP_NAME displays content in iframe id=microConsole-Logs. Using selector hello {#microConsole-Logs > h1} doesn't resolve to valid value
The text was updated successfully, but these errors were encountered:
Tab Modifier version
Browser:
Chrome
Extension version:
0.22.0
Expected behavior
Title is resolved from iframe's
<h1>
selectorActual behavior
Title is not populated
Steps to reproduce the behavior
title: {#iframe_id > h1}
reproduce.html
file.Info
DOM content inject fails if iframe is used, e.g. AWS CloudWatch Log Group view page:
/cloudwatch/home?region=us-east-2#logsV2:log-groups/log-group/LOG_GROUP_NAME
displays content in iframeid=microConsole-Logs
. Using selectorhello {#microConsole-Logs > h1}
doesn't resolve to valid valueThe text was updated successfully, but these errors were encountered: