How do you use a firefox plugin within a selenium webdriver program written in java?

后端 未结 2 1704
时光说笑
时光说笑 2020-12-03 14:57

I was trying to run a selenium script that clicks on one of my firefox plugins in my toolbar. Is it possible to do this?

2条回答
  •  离开以前
    2020-12-03 15:21

    You can automate the above scenario by using an automation tool called "Autoit". We just need to write a small script for clicking on the respective co-ordinates with the help of this tool. You can refer: http://www.autoitscript.com/site/autoit/

提交回复
热议问题