in reply to Selenium::Firefox: problem finding a child_element
G'day samberman,
Welcome to the Monastery.
I searched for pageView in the source of http://shop.tcgplayer.com/yugioh/abyss-rising/abyss-dweller. It wasn't found!
On the web page, I see a "Login" link. Did you log in before navigating to this page? That could change the content.
In the source HTML, I see a lot of the content is generated with JavaScript. Furthermore, some of the JavaScript code appears to be dynamically generated; for instance, I see 'var SHIPPINGCOUNTRY = 'AU';' in one <script>...</script> element (I'm in Australia) and that's reflected in the web page under "Shipping Country" (bottom left corner).
Anyway, without being able to see the same markup as you've posted, here's some things to try:
— Ken
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Selenium::Firefox: problem finding a child_element
by samberman (Novice) on Dec 22, 2015 at 14:31 UTC | |
by kcott (Archbishop) on Dec 22, 2015 at 17:00 UTC | |
by samberman (Novice) on Dec 22, 2015 at 19:16 UTC | |
by Anonymous Monk on Dec 22, 2015 at 21:33 UTC |