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
adamgoucher edited this page Jan 24, 2013
·
11 revisions
1.0.8
removed $this->session->click($locator); as it conflicted with the wire protocol and broke action chains. just use $this->session->find_element_by_locator($locator)->click(); or similar.