Describe the problem.
Im trying to scrape a web page everything goes well but a text is under br tag and i'm unable to pull the text, tried many things but nothing work, any help would be appreciated.
the field id is "Principal"
Url: https://www.det.wa.edu.au/schoolsonline/generaladmin.do?schoolID=5001&pageID=GI01
Sitemap:
{"_id":"edu_administration","startUrl":["https://www.det.wa.edu.au/schoolsonline/generaladmin.do?schoolID=5001&pageID=GI01"],"selectors":[{"id":"selector","type":"SelectorElement","parentSelectors":["_root"],"selector":"table.tableDataFixedWidth","multiple":false,"delay":0},{"id":"Principal","type":"SelectorText","parentSelectors":["selector"],"selector":"td.tableDataText:nth-of-type(1)","multiple":false,"regex":"","delay":0},{"id":"School Code","type":"SelectorText","parentSelectors":["selector"],"selector":"tr:contains('School Code:') > td:nth-of-type(3)","multiple":false,"regex":"","delay":0},{"id":"Commencement Date","type":"SelectorText","parentSelectors":["selector"],"selector":"tr:contains('Commencement Date:') > td:nth-of-type(3)","multiple":false,"regex":"","delay":0},{"id":"Education Region","type":"SelectorText","parentSelectors":["selector"],"selector":"tr:contains('Education Region:') > td:nth-of-type(3)","multiple":false,"regex":"","delay":0},{"id":"Local Government Area","type":"SelectorText","parentSelectors":["selector"],"selector":"tr:contains('Local Government Area:') > td:nth-of-type(3)","multiple":false,"regex":"","delay":0},{"id":"State Electorate","type":"SelectorText","parentSelectors":["selector"],"selector":"tr:contains('State Electorate:')> td:nth-of-type(3)","multiple":false,"regex":"","delay":0},{"id":"Commonwealth Electorate:","type":"SelectorText","parentSelectors":["selector"],"selector":"tr:contains('Commonwealth Electorate:') > td:nth-of-type(3)","multiple":false,"regex":"","delay":0},{"id":"Independent Public School","type":"SelectorText","parentSelectors":["selector"],"selector":"tr:contains('Independent Public School:') > td:nth-of-type(3)","multiple":false,"regex":"","delay":0},{"id":"School year from","type":"SelectorText","parentSelectors":["selector"],"selector":"tr:contains('School year from:') > td:nth-of-type(3)","multiple":false,"regex":"","delay":0},{"id":"School year to","type":"SelectorText","parentSelectors":["selector"],"selector":"tr:contains('School year to:') > td:nth-of-type(3)","multiple":false,"regex":"","delay":0},{"id":"Principal Level:","type":"SelectorText","parentSelectors":["selector"],"selector":"tr:contains('Principal Level:') > td:nth-of-type(3)","multiple":false,"regex":"","delay":0},{"id":"Classification Group","type":"SelectorText","parentSelectors":["selector"],"selector":"tr:contains('Classification Group:') > td:nth-of-type(3)","multiple":false,"regex":"","delay":0},{"id":"Broad Classification","type":"SelectorText","parentSelectors":["selector"],"selector":"tr:contains('Broad Classification:') > td:nth-of-type(3)","multiple":false,"regex":"","delay":0}]}
