Ie.link(:text, "Next").click

is there anyway to proceed with the WATIR code below after checking
whether the link is present or not??

ie.link(:text, “Next”).click

thanks.

curious wrote:

is there anyway to proceed with the WATIR code below after checking
whether the link is present or not??

ie.link(:text, “Next”).click

What is your program’s goal, what did you expect to happen, and what
happened instead?