So I started a new Project with Selenium in Android Studio with Java and it seems like that I have run into a problem. What I am trying to do is to open instagram then to click on the only essential cookies , to fill out the name and password until then it works perfectly but after that it won’t
Tag: instagram
Parsing instagram with java jsoup not give Elements gives source
I’m trying to get reels video URL with jsoup using java on Android Studio. I want to get Elements in inspect but code returns page source. I use jsoup in other projects on different web pages and …