Skip to content

Commit

Permalink
fix: Export setValue API
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach committed Jan 25, 2024
1 parent 12e1706 commit 89c9e79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/driver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ import {
doSetElementValue,
replaceValue,
setValueImmediate,
setValue,
click,
getLocationInView,
getText,
Expand Down Expand Up @@ -408,6 +409,7 @@ class AndroidDriver
doSetElementValue = doSetElementValue;
replaceValue = replaceValue;
setValueImmediate = setValueImmediate;
setValue = setValue;
click = click;
getLocationInView = getLocationInView;
getText = getText;
Expand Down

0 comments on commit 89c9e79

Please sign in to comment.