Selenium chrome webdriver c# clicking on plug ins icon on addressbar -



Selenium chrome webdriver c# clicking on plug ins icon on addressbar -

when opening chrome browser url, wanted click on plug in blocked icon on addressbar, know it's out of scope selenium, tried using ms uiautomation did not succeed

automationelement baseelement = automationelement.rootelement.findfirst(treescope.descendants, new propertycondition(automationelement.nameproperty, "plug-ins blocked on page."));

any workaround please.

c# google-chrome webdriver

Comments

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -