Hi, 
That's right. Selenium chromedriver can not find and control element inner 
node *shadow-root*
could you please explain your instruction more clarifying
Thanks a lot

On Friday, April 24, 2015 at 2:26:34 PM UTC+7, Peng Kim wrote:
>
> I think your problem is how to use third-part plugins in shadow dom,if so 
> ,include plugin in light dom,and make it an polymer model.
> for example:
> <script src="/layouts/scripts/jquery.js"></script>
> <polymer-element name=“my-element">
> <template>...</template>
> <script>
> Polymer({
> this.$$ = JQuery;
> })
> </script>
> </polymer-element>
>
>
>
> On Friday, April 24, 2015 at 6:25:37 AM UTC+8, [email protected] wrote:
>>
>> Hello,
>> Can somebody help me in finding out how to get an instance of a page 
>> using Polymer 0.5 and Selenium?
>> Usually we have a syntax like below. How can I have the same in Polymer?
>> Thanks.
>>
>> # Create a new instance of the Firefox driverdriver = webdriver.Firefox()
>> # go to the google home pagedriver.get("htow tp://www.google.com")
>>
>>

Follow Polymer on Google+: plus.google.com/107187849809354688692
--- 
You received this message because you are subscribed to the Google Groups 
"Polymer" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/polymer-dev/09daf51e-0239-466d-9b4f-9ed8233c5bbd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to