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
The below code fails for text fields without labels. Pull request to easyrepro will be made:
// Needed to transfer focus out of special fields (email or phone)
var label = fieldContainer.ClickIfVisible(By.TagName("label"));
if (label == null)
driver.ClearFocus();
The text was updated successfully, but these errors were encountered:
Updated EasyRepro to latest version.
Workaround for #78 implemented until EasyRepro provides a fix
Workaround for #88 implemented until EasyRepro provides a fix
Fixed#89. Dialogs working again.
The below code fails for text fields without labels. Pull request to easyrepro will be made:
The text was updated successfully, but these errors were encountered: