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
When making use of the live / debug mode selector picker, it currently cannot detect if a selector is nested within an iframe and will hence only suggest Selector paths that won't work when just directly applied in a script.
What are you suggesting?
Unclear how feasible this is (as manually, in code, we need to switch between iframe and mainWindow), but if there is a way for the picker to detect that the targeted element is within iframe, it would be great to at least have some hint about this. Ideally it could also suggest a selector for the iframe that has to be switched to first as well.
What alternatives have you considered?
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Unfortunately, we cannot work on this enhancement at this time since we are currently focused on other tasks. We may reconsider this task priority in the future if demand for it increases. However, if you wish, you can make a PR with the described functionality. We will review and accept it if everything is OK.
What is your Scenario?
When making use of the live / debug mode selector picker, it currently cannot detect if a selector is nested within an iframe and will hence only suggest Selector paths that won't work when just directly applied in a script.
What are you suggesting?
Unclear how feasible this is (as manually, in code, we need to switch between iframe and mainWindow), but if there is a way for the picker to detect that the targeted element is within iframe, it would be great to at least have some hint about this. Ideally it could also suggest a selector for the iframe that has to be switched to first as well.
What alternatives have you considered?
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: