Without knowing more about the javascript and CSS on the page it's hard to
say, but you may have to click the dropdown-container before the individual
li elements are clickable. You could also try using a javascript click with
code like this:
js.exec(
"$('[data-filter-url=/shop/hardware/komponenten/speicher--10002008--c/Kingston').click()"
)
On Thursday, September 21, 2017 at 5:05:47 AM UTC-6, [email protected]
wrote:
>
> hi,
> can please anybody give me a hint how to select any item from this
> dropdown wrapper?
>
> <div class="dropdown-wrapper">
> <div class="dropdown-container js-init-dropdown-cont
> dropdown-container--state-active" data-filter-id="">
> <div class="drop-initial">Hersteller</div>
> <div class="down-icon"/>
> <div class="drop-content">
> <ul>
> <li>Hersteller</li>
> <li class="js-select-filter select-button" data-filter-url="
> /shop/hardware/komponenten/speicher--10002008--c/Verbatim">Verbatim</li>
> <li class="js-select-filter select-button" data-filter-url="
> /shop/hardware/komponenten/speicher--10002008--c/Sony">Sony</li>
> <li class="js-select-filter select-button" data-filter-url="
> /shop/hardware/komponenten/speicher--10002008--c/SanDisk">SanDisk</li>
> <li class="js-select-filter select-button" data-filter-url="
> /shop/hardware/komponenten/speicher--10002008--c/Lenovo">Lenovo</li>
> <li class="js-select-filter select-button" data-filter-url="
> /shop/hardware/komponenten/speicher--10002008--c/Kingston">Kingston</li>
>
> it is no real dropdown element with the usual option value.
>
> somehow I cannot access or click
>
> $("li",
> 'data-filter-url':"/shop/hardware/komponenten/speichermedien--10002009--c/Kingston")
>
>
> thank you very much for any hint!
>
--
You received this message because you are subscribed to the Google Groups "Geb
User Mailing List" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/geb-user/5d51b31f-b553-4691-a4bf-f1a9a6b5f601%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.