sniffing - HTTP proxy for Appium in native apps? -
i wondering if has idea java/groovy library/tool use sniffing, recording , processing http traffic of native apps when running appium tests ? has experience browser mob specific case ? thanks! best, daniel
yes browsermob can used used native apps , selenium. tried many other network sniffing proxies browsermob works best selenium.
can done in 3 simple steps(not simple way).
- run browsermob standalone server , response har in localhost
- write code validate output.
- call browsermob methods in selenium code call
- validate response got code have written validation.
mostly validation involves parsing json files of https responses in json format.
- if need in specific area of browsermob proxy or selenium or running feel free ask me.
Comments
Post a Comment