On Saturday, November 10, 2018 at 4:57:54 PM UTC-5, Colin Law wrote:
>
> On Sat, 10 Nov 2018 at 21:28, fugee ohu <fuge...@gmail.com <javascript:>> 
> wrote: 
> > 
> > 
> > 
> > On Saturday, November 10, 2018 at 12:26:40 PM UTC-5, Colin Law wrote: 
> >> 
> >> On Sat, 10 Nov 2018 at 17:23, fugee ohu <fuge...@gmail.com> wrote: 
> >> > ... 
> >> > It wasn't shown in source but when I expanded the element recursively 
> in chrome developer tools I saw the text I was looking for So, what's that 
> gonna be worth? 
> >> 
> >> As has been said a number of times that will be because it was filled 
> >> in by javascript, probably as a result of further calls to the server. 
>
> Have you done what I suggested and looked in the browser developer 
> tools at the Network tab?  Then you will see if it fetches any further 
> data after the initial page fetch.  Very often you will find it 
> fetching some json which will very likely contain the data you are 
> looking for. 
>
> Colin 
>
> >> 
> >> Colin 
> > 
> > 
> > Using a headless browser would be cheating? 
> > 
> > -- 
> > You received this message because you are subscribed to the Google 
> Groups "Ruby on Rails: Talk" group. 
> > To unsubscribe from this group and stop receiving emails from it, send 
> an email to rubyonrails-ta...@googlegroups.com <javascript:>. 
> > To post to this group, send email to rubyonra...@googlegroups.com 
> <javascript:>. 
> > To view this discussion on the web visit 
> https://groups.google.com/d/msgid/rubyonrails-talk/a9b07a26-4caf-450b-b436-11c9762a7456%40googlegroups.com.
>  
>
> > For more options, visit https://groups.google.com/d/optout. 
>

I found this under Network->Initiator The name column to the left of 
Initiator is very long I got these from mouseover one of the Initiators

 send @ package.a6067778.js:3
ajax @ package.a6067778.js:3
_init @ main-detail-v170105.f7571793.js:24
setup @ main-detail-v170105.f7571793.js:24
initialize @ package.a6067778.js:4
o @ package.a6067778.js:4
getTrendingProductFun @ main-detail-v170105.f7571793.js:25
onRouse @ main-detail-v170105.f7571793.js:25
_rouse @ main-detail-v170105.f7571793.js:13
_activate @ main-detail-v170105.f7571793.js:13
activateAll @ main-detail-v170105.f7571793.js:13
(anonymous) @ main-detail-v170105.f7571793.js:13
(anonymous) @ ZQ8V5-LYZLD-DEX8D-M5HHU-ERM4X:16

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/ca04e9fc-e968-4bd2-9c68-790e4f23261b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to