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

python - How to add an model instance to a django queryset? -

Using Android Volley to post an array to PHP -

angularjs - No 'Access-Control-Allow-Origin' error from local domain to public API -