Hello @Chris_Billante,
I tried using your suggestion, but I just can’t get it to work.
I am trying the following (element_name value is being passed in):
wait { find_element(:name => /’^’ + element_name/).displayed?}
also tried the following:
wait { find_element(:name, Regexp.new(’^’ + element_name)).displayed?}
Any ideas what else I could try?