Uploaded image for project: 'ZTL'
  1. ZTL
  2. ZTL-1

Click a element in calendar of the datebox cause selenium response time out

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Normal Normal
    • None
    • 1.0.0
    • Core
    • None

      zul
      <datebox id="db1"/>

      testCase

      click(db1.$n("btn"));
      click(jq(db1.$n("pp")).find("@calendar td:eq(12) a"));
      click(db1.$n("btn"));

      It works well when click td
      click(db1.$n("btn"));
      click(jq(db1.$n("pp")).find("@calendar td:eq(12)"));
      click(db1.$n("btn"));

            Unassigned Unassigned
            jumperchen jumperchen
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated: