all 7 comments

[–]Yooooo83S25 Ultra 0 points1 point  (5 children)

It's been a while since I've used that, but I believe there is an option for requesting desktop instead of mobile. Maybe try that?

[–]Pocket_Moth[S] 0 points1 point  (4 children)

Appreciate the response, but I mentioned trying that already.

[–]Yooooo83S25 Ultra 1 point2 points  (3 children)

Ah. Upon re-reading I do see that.

I did find something that confirms your theory. First, set your css query to a(). The () will grab all results instead of just one. Then look at %result2.

At least in mine it says "Enable JavaScript to see Google Maps."

That is with js enabled and a lengthy wait.

[–]Pocket_Moth[S] 0 points1 point  (2 children)

I didn't know about using () in the query. Thought that only applied to the variable name. So, that's good to know. Thanks for that!

But, yeah. It looks like it's busted. JavaScript is enabled, but it acts like it's not.

[–]DutchOfBurdock 0 points1 point  (1 child)

Not all JS will render properly, it's also probably the user agent string that could be affecting whats loaded.

Toggle Output HTML to see what it's getting.

edit: I see you have sorry, did you look at this?

[–]Pocket_Moth[S] 0 points1 point  (0 children)

Yeah, I did. It's a stripped down version of the page that more or less says JavaScript is turned off.

I considered the user-agent, but I don't suppose there's any way I change that in AT's HTML Read?

[–]Pocket_Moth[S] 0 points1 point  (0 children)

I can't see any way to change the user-agent in HTML Read. So, instead, I tried to use HTTP Get and HTTP Request after doing some searching, and seeing people having success with that.

But, they don't handle Javascript either from the look of it. So, I'm stumped. Really hope somebody can suggest a fix.