You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "run selection" feature from #36 is very helpful. Unfortunately, I had to realise that if the selected code does contain an image (eg. a click(<image>) command) that image is not passed to the interpreter and an empty click( ) is performed instead. The normal Run or "run to line" do work as expected. I can reproduce this with 2.0.1 on OSX 10.9.5 using Java 12.0.2+10 and on macOS 10.13.6 using Java 13.0.1+9
The text was updated successfully, but these errors were encountered:
The "run selection" feature from #36 is very helpful. Unfortunately, I had to realise that if the selected code does contain an image (eg. a
click(<image>)
command) that image is not passed to the interpreter and an emptyclick( )
is performed instead. The normal Run or "run to line" do work as expected. I can reproduce this with 2.0.1 on OSX 10.9.5 using Java 12.0.2+10 and on macOS 10.13.6 using Java 13.0.1+9The text was updated successfully, but these errors were encountered: