- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
返回错误:java.lang.SecurityException:在 appium 中使用 touchaction 类时注入(inject)到另一个应用程序需要 INJECT_EVENTS 权限
try {
logger.info("Launching the app");
driver = new AndroidDriver<MobileElement>(new URL("http://0.0.0.0:4723/wd/hub"), caps);
driver.manage().timeouts().implicitlyWait(30, TimeUnit.SECONDS);
logger.info("Value of driver ----" +driver);
MobileElement seekbar=driver.findElementByClassName("android.widget.SeekBar");
int startX=seekbar.getLocation().getX();
int startY=seekbar.getLocation().getY();
int endX=(startX+seekbar.getSize().getWidth());
TouchAction action=new TouchAction(driver);
action.longPress(startX, startY).moveTo((int) (endX*0.5), startY).release().perform();
} catch (MalformedURLException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
在这一行中出现错误...
action.longPress(startX, startY).moveTo((int) (endX*0.5), startY).release().perform();
下面是堆栈跟踪
Exception in thread "main" org.openqa.selenium.WebDriverException: An unknown server-side error occurred while processing the command. (WARNING: The server did not provide any stacktrace information)
Command duration or timeout: 0 milliseconds
Build info: version: '3.8.1', revision: '6e95a6684b', time: '2017-12-01T19:05:32.194Z'
System info: host: 'sysadmin-ThinkPad-L440', ip: '127.0.1.1', os.name: 'Linux', os.arch: 'amd64', os.version: '3.16.0-30-generic', java.version: '1.8.0_151'
Driver info: io.appium.java_client.android.AndroidDriver
Capabilities {appActivity: nu.lower.brightness.SplashS..., appPackage: nu.lower.brightness, browserName: android, databaseEnabled: false, desired: {appActivity: nu.lower.brightness.SplashS..., appPackage: nu.lower.brightness, browserName: android, deviceName: MauryaJi, newCommandTimeout: 120, noReset: true, platform: ANDROID, platformName: Android, udid: 93ffd01a0803, version: 7.0 NRD90M}, deviceManufacturer: Xiaomi, deviceModel: Redmi Note 4, deviceName: 93ffd01a0803, deviceScreenSize: 1080x1920, deviceUDID: 93ffd01a0803, javascriptEnabled: true, locationContextEnabled: false, networkConnectionEnabled: true, newCommandTimeout: 120, noReset: true, platform: ANDROID, platformName: ANDROID, platformVersion: 7.0, takesScreenshot: true, udid: 93ffd01a0803, version: 7.0 NRD90M, warnings: {}, webStorageEnabled: false}
Session ID: 45824a17-fa92-4570-b5e4-a09c578b3367
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:214)
at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:166)
at org.openqa.selenium.remote.http.JsonHttpResponseCodec.reconstructValue(JsonHttpResponseCodec.java:40)
at org.openqa.selenium.remote.http.AbstractHttpResponseCodec.decode(AbstractHttpResponseCodec.java:80)
at org.openqa.selenium.remote.http.AbstractHttpResponseCodec.decode(AbstractHttpResponseCodec.java:44)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:164)
at io.appium.java_client.remote.AppiumCommandExecutor.execute(AppiumCommandExecutor.java:89)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:601)
at io.appium.java_client.DefaultGenericMobileDriver.execute(DefaultGenericMobileDriver.java:42)
at io.appium.java_client.AppiumDriver.execute(AppiumDriver.java:1)
at io.appium.java_client.android.AndroidDriver.execute(AndroidDriver.java:1)
at io.appium.java_client.PerformsTouchActions.performTouchAction(PerformsTouchActions.java:41)
at io.appium.java_client.TouchAction.perform(TouchAction.java:325)
at com.appium.test.TestCase1.brightnessControl(TestCase1.java:125)
at com.appium.test.ExecuteTest.main(ExecuteTest.java:11)``
最佳答案
我通过访问手机的开发者选项并启用了我设备的安全设置解决了我的问题这不是编码问题。我已经更改了手机中的设置。设置-->附加设置-->开发者选项-->(USB调试安全设置)。附上引用图片。 enter image description here
关于java - 返回错误 :java. lang.SecurityException:在 appium 中使用 touchaction 类时,注入(inject)到另一个应用程序需要 INJECT_EVENTS 权限,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48041301/
我正在寻找使用最新(此时)Appium Java 客户端 6.1.0 创建 Tap/Swipe/Drag 等事件的“正确”或“最新”方式。 我在 Appium 站点( Tap using TouchA
我以前是这样做的:TouchAction t = new TouchAction(驱动程序); 但现在向我要泛型!还有一些方法已弃用,有人可以给我一个如何使用 java 在 appium 中实例化 T
我能够使用我通过触摸操作编写的滚动方法,但现在运行它时出现编译错误。我现在应该使用什么或者我可以做什么来解决编译问题? public void scrollDown() { AndroidDr
我在尝试使用滑动时遇到了错误,但它似乎已经过时了。建议使用 TouchAction(),但我不确定如何将滑动转换为 TouchAction()。 代码如下: public void obj_scrol
这里是移动自动化的新手。我正在尝试使用 Touch Action 执行以下代码来执行滑动操作以导航到第 2 页,但滑动不起作用。 AndroidDriver driver=new AndroidDri
And(/^I click OK button in popup$/) do #Appium::TouchAction.new.tap(x:0.64, y:0.57, count: 1).perf
Selenium ActionChains 模块能够移动到具有偏移量的元素(提供 x 和 y 坐标,如下所示):ActionChains(浏览器).move_to_element_with_offse
我正在使用多线程在多个android设备上运行并行测试。代码可以在没有多线程的情况下正常运行。我认为Appium:TouchAction存在一些同步问题。 这是我的代码: require 't
我有一个坐标字符串数组,其中数组中的每个字符串都分配给一个 int String[] A = {"217, 423", "557, 408", "927, 393"}; Random B=new Ra
我使用 touchstart 和 touchmove 事件编写了一些 Javascript 代码。我想用 Selenium 来测试它。我刚刚发现了TouchActions具有 move 方法的类似乎正
我正在尝试在 native iOS 应用程序中自动执行长按触摸操作。 方法一:模拟左上角长按,无效。 新的 TouchAction(driver).longPress(0,0).perform()Ap
我在向下滚动到 iOS 和 Android 应用程序中的某个元素时遇到问题。自从 Appium 1.6.3 更新到 1.7.1 以及 io.appium 更新到 6.1.0 以来,不推荐使用滑动方法,
我正在使用 appium 1.13.0 尝试使用此方法在 Android 8.1 上的三星 Galaxy Note 9 上滚动浏览 native Android 应用程序 new TouchActio
我正在通过 Nightwatch 和 Appium 运行一些测试,但我无法使用 iOS 模拟器成功实现滚动操作。我的测试设置为能够在 Chrome、Safari 或 Firefox 浏览器或使用 Sa
我的 Appium Java 代码: package Generic; import java.net.MalformedURLException; import java.net.URL; impo
返回错误:java.lang.SecurityException:在 appium 中使用 touchaction 类时注入(inject)到另一个应用程序需要 INJECT_EVENTS 权限 tr
我是一名优秀的程序员,十分优秀!