-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KwebView replace atom is null with actual item for WebView tests #154
Comments
I too have this error now on webviews. The below sample code might give some better understanding:
On further adding Thread.sleep, the tests shows pass but the values are not entered:
The below is the log for the above code execution: 09 23:19:50.356 7754 8463 W System.err: java.lang.NullPointerException: Attempt to invoke interface method 'int java.lang.CharSequence.length()' on a null object reference I assume the above error can be relate to enabling Javascript in the webview. For Kaspresso I need some info on how t0 enable javascript also. |
Hi @vsgopinath ! Sorry that it took a while to reply!
Hope you can find a solution by using this approach, if so, do share it with us :) |
…dable_webview_exception #154: Replace "atom evaluation returned null" message
When your test fails to find element inside webView, may be it is better to show actual item, but atom is null runtime exception is shown.
The text was updated successfully, but these errors were encountered: