1

I am trying to build test automation for toolbars built for Firefox browser. I am wondering if Selenium WebDriver is the correct tool for the job.

Based on the documentation found on Selenium webpage, it seems that Selenium is built to interact with webpages and doesn't have the capability to interact with browser components (a toolbar for example.).

Please correct me if I am mistaken and if possible provide the name of a tool to automate toolbar testing if such a tool exists.

Yi Zeng
  • 32,020
  • 13
  • 97
  • 125
Fouad
  • 855
  • 1
  • 11
  • 30

2 Answers2

2

try this Sikuli .

This can be used with your selenium test cases.

nitin chawda
  • 1,378
  • 11
  • 24
0

One choice for Windows is White automation framework.
For instance, how to start work with White, take a look at my answer:
How to validate a messagebox popup in c#?

Community
  • 1
  • 1
drets
  • 2,583
  • 2
  • 24
  • 38