Issue
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.
Solution
try this Sikuli .
This can be used with your selenium test cases.
Updated:
Answered By - nitin chawda
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.