Danp2 / au3WebDriver

Web Driver UDF for AutoIt
MIT License
108 stars 24 forks source link

Add _WD_DispatchEvent #391

Closed Danp2 closed 2 years ago

Danp2 commented 2 years ago

Pull request

Proposed changes

Provide UDF that facilitates creation and dispatch of events

Checklist

Put an x in the boxes that apply. If you're unsure about any of them, don't hesitate to ask. We are here to help!
This is simply a reminder of what we are going to look for before merging your code.

Types of changes

Please check x the type of change your PR introduces:

What is the current behavior?

There is no easy way to trigger events.

What is the new behavior?

New UDF uses Javascript to create and dispatch event to target element.

Additional context

Add any other context about the problem here.

System under test

Please complete the following information.

mlipok commented 2 years ago

Looks ok

mlipok commented 2 years ago

README.md should be suplemented.

Danp2 commented 2 years ago

I plan to update both README and CHANGELOG via a separate PR that will encompass all recent changes