Comments for Click

Topic for comments about Browser library keyword Click

Is there any keyword or any way to click the link using the Browser Library like Click Link in Selenium Library.

The Click keyword works on any element why would you need a specific keyword that only clicks links? You can control and be specific about what’s clicked with the selector.

1 Like

Is there a way to set the timeout for the keyword "Click” without explicitly setting the browser timeout and then changing it back again?