Forum Discussion

tanvi_agarwal's avatar
tanvi_agarwal
Occasional Contributor
11 years ago
Solved

How to use ID property of an object and apply methods on it

Hi, I used to use visual studio for automation earlier. In VS if I want to click on a radio button with a specific ID we used to use this.browser.Button(Find.ByID("radiobutton1")).Click(); ...