A. Use the .attach method…
Example watir:
@b=Watir::IE.attach(:title,//)
I have used regex here for the window title, you can be more specific if you like.
Read MoreA. Use the .attach method…
Example watir:
@b=Watir::IE.attach(:title,//)
I have used regex here for the window title, you can be more specific if you like.
Read More