Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #108274
| From | Larry Martell <larry.martell@gmail.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: How to see html code under the particular web page element? |
| Date | 2016-05-07 12:37 -0400 |
| Message-ID | <mailman.456.1462639112.32212.python-list@python.org> (permalink) |
| References | <5eaf19c1-b57d-4771-859b-ae55972234e8@googlegroups.com> <CACwCsY5wTAdeT=tG_OJ1r-YDM770C0yMx3GfHLk+Ro8GM4f7Jw@mail.gmail.com> |
On Sat, May 7, 2016 at 10:27 AM, <zljubisic@gmail.com> wrote: > Hi, > > on page: > https://hrti.hrt.hr/#/video/show/2203605/trebizat-prica-o-jednoj-vodi-i-jednom-narodu-dokumentarni-film > > there is a picture and in the middle of the picture there is a text "Prijavite se za gledanje!" > > If I open the page in firefox and then use menu Tools > Web developer > Page source, there is no such text, but if i right click on the "Prijavite se za gledanje!" and than choose "Inspect element" I get the following html code: > > <a ng-click="::getBuyOptions()" data-toggle="modal" data-target="#loginModal" class="btn btn-green buy-options sign-in-vod ng-binding">Prijavite se za gledanje!</a> > > What is the difference between firfox Page source and inspect element? > How go get html with "Prijavite se za gledanje!" element by using python 3? There's probably some Angular JS code involved with this. Look at the source (not the page source, the source code in the developer's tools).
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
How to see html code under the particular web page element? zljubisic@gmail.com - 2016-05-07 07:27 -0700
Re: How to see html code under the particular web page element? Larry Martell <larry.martell@gmail.com> - 2016-05-07 12:37 -0400
Re: How to see html code under the particular web page element? zljubisic@gmail.com - 2016-05-07 12:27 -0700
Re: How to see html code under the particular web page element? Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2016-05-07 15:33 -0400
csiph-web