clear_text doesn't work for me when testing a webview. Does anyone know of a different method for webview/cordova apps? The locator I'm using is "webView css:'input#username'" but that seems to be fine as enter_text is working.
Any suggestions?
Thanks, Lewis.
Thanks but set_text("webView css:'input#username'", "")
didn't work. I ended up using the solution you mentioned here
Thanks.