Describe the problem.
I would like to scrap the data from this website.
I scraped data before the click but I'm stuck because I don't know how to scrap inside the modale.
Url: Certified Companies · GMP+ International Portal
Sitemap:
{"_id":"gmpplus","startUrl":["https://portal.gmpplus.org/en-US/cdb/certified-companies/"],"selectors":[{"id":"pagination","parentSelectors":["_root"],"type":"SelectorElementClick","clickElementSelector":".pagination li:nth-of-type(12) a","clickElementUniquenessType":"uniqueHTMLText","clickType":"clickMore","delay":2000,"discardInitialElements":"do-not-discard","multiple":true,"selector":"tbody tr"},{"id":"registration-number-old","parentSelectors":["pagination"],"type":"SelectorText","selector":"td:nth-of-type(2)","multiple":false,"delay":0,"regex":""},{"id":"name","parentSelectors":["pagination"],"type":"SelectorText","selector":"td:nth-of-type(3)","multiple":false,"delay":0,"regex":""},{"id":"city","parentSelectors":["pagination"],"type":"SelectorText","selector":"td:nth-of-type(4)","multiple":false,"delay":0,"regex":""},{"id":"country","parentSelectors":["pagination"],"type":"SelectorText","selector":"td:nth-of-type(5)","multiple":false,"delay":0,"regex":""},{"id":"name_of_vessel","parentSelectors":["pagination"],"type":"SelectorText","selector":"td:nth-of-type(6)","multiple":false,"delay":0,"regex":""},{"id":"vessel_registration_number__eu_registration_number","parentSelectors":["pagination"],"type":"SelectorText","selector":"td:nth-of-type(7)","multiple":false,"delay":0,"regex":""},{"id":"modal","parentSelectors":["pagination"],"type":"SelectorElementClick","clickElementSelector":"a","clickElementUniquenessType":"uniqueText","clickType":"clickOnce","delay":2000,"discardInitialElements":"do-not-discard","multiple":true,"selector":".modal-body"}]}