Skip to content

Commit

Permalink
fix: api visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
vobu committed Feb 16, 2022
1 parent 673830c commit eba53bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/wdi5-control.ts
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ export class WDI5Control {
* @param {any} oOptions
* @param {WebdriverIO.Element} webElement
*/
private async fireEvent(eventName, oOptions, webElement = this._webElement) {
async fireEvent(eventName, oOptions, webElement = this._webElement) {
// Check the options have a eval property
if (oOptions?.eval) {
oOptions = "(" + oOptions.eval.toString() + ")"
Expand Down

0 comments on commit eba53bd

Please sign in to comment.