Skip to content

Commit

Permalink
Added execution of click within inline frame
Browse files Browse the repository at this point in the history
  • Loading branch information
dharmesh-hemaram committed Nov 6, 2024
1 parent 8099299 commit bbe2785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/acf/main-world/src/lib/main-world-background.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export class MainWorldBackground {
// Perform the action that requires the permission
chrome.scripting.executeScript<[string], void>({
world: 'MAIN',
target: { tabId: sender.tab.id },
target: { tabId: sender.tab.id, allFrames: true },
func: (message: string) => {
window.ACFCommon.default.getElements(message).then((elements: Array<HTMLElement>) => {
elements.forEach((element) => {
Expand Down

0 comments on commit bbe2785

Please sign in to comment.