Ajax popup table opened after opened ajax element link

Describe the problem.

Url: xxx
There is table on left side with blue numbers these are ajax or whatever link which will open popup table with prices and more details. I can open this table with the element click but then i can't copy table text etc from that popup. But when i will use for example popup link then i can use type: table and it will show data in preview but will not scrap any data.

Sitemap:
{"_id":"testcx","startUrl":["xxx"],"selectors":[{"id":"kategorie","type":"SelectorLink","parentSelectors":["_root"],"selector":"div.s-h a","multiple":true,"delay":0},{"id":"obrazteky","type":"SelectorLink","parentSelectors":["kategorie"],"selector":"h5 a","multiple":true,"delay":0},{"id":"popupopenlink","type":"SelectorPopupLink","parentSelectors":["obrazteky"],"selector":"td.oem a","multiple":true,"delay":0},{"id":"tabulka","type":"SelectorTable","parentSelectors":["popupopenlink"],"selector":"div.col-xs-12 div.table-responsive table.table","multiple":true,"columns":[{"header":"Make","name":"Make","extract":true},{"header":"Number","name":"Number","extract":true},{"header":"Name","name":"Name","extract":true},{"header":"Availability","name":"Availability","extract":true},{"header":"Weight","name":"Weight","extract":true},{"header":"Ship In, Days","name":"Ship In, Days","extract":true},{"header":"Price","name":"Price","extract":true}],"delay":0,"tableDataRowSelector":"tr:nth-of-type(n+2)","tableHeaderRowSelector":"tr:nth-of-type(1)"},{"id":"xxx","type":"SelectorElementClick","parentSelectors":["popupopenlink"],"selector":"div.ui-widget-overlay:nth-of-type(7)","multiple":false,"delay":0,"clickElementSelector":"span.ui-icon","clickType":"clickOnce","discardInitialElements":false,"clickElementUniquenessType":"uniqueText"}]}

Use Element click selector instead of popup. You'll see two selector options to fill in "selector" and Click Selector. Set click selector to the same element you used for popup and set regular selector to fully cover the ajax box.

{"_id":"forum-popup-ajax","startUrl":["https://partsouq.com/en/catalog/genuine/vehicle?c=Subaru+Europe&ssd=%24*NCUfe2ReBARjVV8gClhMbGt1BAsGBxUMOQcBDUtEc35wWiI9cH98BgF0BAJcVUgEAAAAAFZOPmE%24&vid=529&cid=1&q=JF1GDBLH33G047016"],"selectors":[{"id":"kategorie","type":"SelectorLink","parentSelectors":["_root"],"selector":"div.s-h a","multiple":true,"delay":0},{"id":"obrazteky","type":"SelectorLink","parentSelectors":["kategorie"],"selector":"h5 a","multiple":true,"delay":0},{"id":"popupopenlink","type":"SelectorElementClick","parentSelectors":["obrazteky"],"selector":"div.ui-dialog-content","multiple":true,"delay":0,"clickElementSelector":"td.oem a","clickType":"clickOnce","discardInitialElements":false,"clickElementUniquenessType":"uniqueText"},{"id":"tabulka","type":"SelectorTable","parentSelectors":["popupopenlink"],"selector":"div.col-xs-12 div.table-responsive table.table","multiple":true,"columns":[{"header":"Make","name":"Make","extract":true},{"header":"Number","name":"Number","extract":true},{"header":"Name","name":"Name","extract":true},{"header":"Availability","name":"Availability","extract":true},{"header":"Weight","name":"Weight","extract":true},{"header":"Ship In, Days","name":"Ship In, Days","extract":true},{"header":"Price","name":"Price","extract":true}],"delay":0,"tableDataRowSelector":"tr:nth-of-type(n+2)","tableHeaderRowSelector":"tr:nth-of-type(1)"},{"id":"xxx","type":"SelectorElementClick","parentSelectors":["popupopenlink"],"selector":"div.ui-widget-overlay:nth-of-type(7)","multiple":false,"delay":0,"clickElementSelector":"span.ui-icon","clickType":"clickOnce","discardInitialElements":false,"clickElementUniquenessType":"uniqueText"}]}