androidviewclient - android UiTestAutomationBridge null root node returned -


i below error when doing vc.dump call. goes fine @ times , randomly fails error.

error: offending xml: u'error: null root node returned uitestautomationbridge.\r\n' logintest failure (expaterror('syntax error: line 1, column 0',),)

i not sure if emulator, device, aosp unanimator jar or androidviewclient causing it.

i think happens when dialog shown on screen.

regards,

miten.

it's uiautomator error. instead of returning valid xml containing view dump returns error message:

'error: null root node returned uitestautomationbridge.\r\n' 

not androidviewclient issue.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -

php - Accessing static methods using newly created $obj or using class Name -