+ 2
How to scrap hidden links from html source code ?
I have given a url in my code when we enter that URL in browser you will see ( Click To Verify ) button their... but when I tried to scrap the link behind that button and I extract the source code but their is no link in source... I think it's hidden behind javascript but I donno the javascript please help me to find the link url hidden behind that button.... My Attempt : https://code.sololearn.com/c9E0N0Fnk3TR/?ref=app
5 Answers
+ 2
Oh okay buddy, btw no problem
+ 1
https://stackoverflow.com/questions/58228609/how-to-scrape-links-from-hidden-span-class-html
search your question in other platforms too for more relevant answers.
+ 1
NEZ if i searched on stackoverflow then I will be down voted.. and my question will be closed within secs..
I already faced it
I am scaring now about account ban...
Anyway Thanks for the Answer đâșïž
+ 1
NEZ
i am trying to do as shown in above article
but chromedriver supports only
Linux, MacOs and Windows
but I am using Android (termux)
so I am using Firefox()
but when I am trying to install geckodriver
I am facing this issue
command - - >
wget https://github.com/mozilla/geckodriver/releases/download/v0.24.0/geckodriver-v0.29.1-linux64.tar.gz
output -->
--2021-05-09 20:36:27-- https://github.com/mozilla/geckodriver/releases/download/v0.24.0/geckodriver-v0.29.1-linux64.tar.gz
Resolving github.com... 13.234.176.102
Connecting to github.com|13.234.176.102|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-05-09 20:36:31 ERROR 404: Not Found.
0
Bro I don't know about this segment.
Hope someone will give your answerđ