Sourabh Roy

Results 5 issues of Sourabh Roy

I know we can use browsermob-proxy with firefox driver. Can we use it with chromedriver as well?

I want to compare two jsons and if they are equal. if there is a difference , I just want to display the difference. With the JsonDiff class I can...

## The problem Getting the below exception ``` java.lang.NoSuchMethodError: org.openqa.selenium.remote.http.HttpClient$Factory.createDefault()Lorg/openqa/selenium/remote/http/HttpClient$Factory; at io.appium.java_client.remote.AppiumCommandExecutor.(AppiumCommandExecutor.java:93) at io.appium.java_client.AppiumDriver.(AppiumDriver.java:95) at io.appium.java_client.ios.IOSDriver.(IOSDriver.java:92) at com.comcast.xfinity.scenarios.TestIOSDriver.TestSafariOnIOS(TestIOSDriver.java:53) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85) at...

Hi, I am trying to use https://hub.docker.com/r/wurstmeister/kafka image to build a kafka depliyment using kubernetes. Please find below my configuration files kind: Deployment apiVersion: apps/v1 metadata: name: kafka-broker0 labels: name:...

I am getting the below error: org.openqa.selenium.SessionNotCreatedException: Unable to create new remote session. desired capabilities = Capabilities [{app=C:\myWork\development\AppiumDemo\apps\xfinityhome-tps-release-8.22.0.822000__1_.apk, appPackage=com.tps.android, appium-version=1.0, platformVersion=7.0, platformName=Android, deviceName=Samsung Galaxy S7}], required capabilities = Capabilities [{}]...