It's been a while since I visited stackoverflow, I have a problem with parsing a html file. I am trying to parse the following link
edata <- read_html("https://mmiconnect.in/app/ep-2022/registration/show-catalogue")
But I am not able to parse the html file using html_nodes, I tried all possible class names, but for no result.
I am trying to get all the company names, that participated in the EXPO, I tried various "class",
html_nodes('.fuse-widget-front .mat-elevation-z4 .m-2 .bg-white')
But for any results.