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
Post a Comment