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/1d0ab680-7b93-4b06-9830-264993369ba7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.