multiple Anchor tags with same classs in not clickable
- Dominant language
- JavaScript
- Stars
- 571
- Forks
- 370
- PR merge metrics
- No merged PRs in 30d
Description
Hi Alex,
For Issue 122 , Im creating new issue.
Thank you very much for your quick response, As per your suggestion i have implemented but still its not trigerring the next button.
I'm pasting my anchor tag code here:
```
次へ
```
I will be having similar the 4 anchor tag in my html. and I need to respective logic on click of achor tag.
I tried with the following code
F('a.next:first').click(); but its not working. Can you help me in this.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the four-anchor example from the issue and inspect how FuncUnit handles the `F('a.next:first').click()` call. Compare the intended anchor selection with the actual click behavior; done means the relevant anchor can be selected and its click action is verified by a focused functional test.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, jquery
- Domain
- testing
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 28/100