-1

Any suggestions on how I would select one of these?

enter image description here

Naktibalda
  • 13,705
  • 5
  • 35
  • 51
Wayne Hazle
  • 35
  • 2
  • 4

1 Answers1

0

You could try to get it via the XPath, just use $I->click('//*[@class="checkout-shipping-method-item"]/input[1]');

METAPum4
  • 25
  • 3