I ususally attach the IE window with the below code like
b=Watir::IE.attach(:index,0)
Could anyone please suggest me how to attach the Chrome and Firefox browser like I shown above
I ususally attach the IE window with the below code like
b=Watir::IE.attach(:index,0)
Could anyone please suggest me how to attach the Chrome and Firefox browser like I shown above
You will need to use plugins for this.
Please have a look at: The chrome driver & Firefox driver