You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I see the code click_link_by_id() exactly the same as find_by_id().click()
Is it true? (I thought that there is a difference between click...() and click_link...() functions in logic. I thought that click_link...() waits for page loading after clcik.)
Hi There,
a click_link_by_id() function would be good,
As I feel splinter behaves in different way if click_link... is called than just click_by... is called
BR,
George
The text was updated successfully, but these errors were encountered: