0

I'd like to check the radio button by click. The html is as below.

<input type="radio" id="XXX_ZZZ" name="XXX_" value="ZZZ">

(The id, name, and value are incidentally not stable.)

I've tried the following codes:

page.Find("ZZZZ").Click()

However, I could not check it.

How can I click radio button under agouti environment?

Thanks!

ss2
  • 11
  • 1
  • `The id, name, and value are incidentally not stable.` Do you mean that these values are not constant and can always vary? – nikoksr May 14 '21 at 18:14
  • I'm sorry for my but English. Yes, it's always vary... – ss2 May 15 '21 at 02:41

0 Answers0