Boaz Warshawsky
Boaz Warshawsky
I am trying to launch my test with the following capabilities: ``` { "capabilities": { "firstMatch": [ { } ], "alwaysMatch": { "appium:app": "C:\\AeroScoutEngineManager\\bin\\Rte\\EngineManager.exe", "appium:winAppDriverHost": "127.0.0.1:4723", "platformName": "Windows", "appium:platformVersion": "10",...
The `driver.page_source` which I am getting on screen are: ``` ``` I have no idea where they are coming from. desire capabilities: ``` app = C:\Arial\Arial.exe winAppDriverHost = 127.0.0.1:4723 platformName...
I am tying to call to `ActionChains` method called `move_to_element`, but fortunately error is raised after a successful alloc of ActionChains: `AttributeError: 'WebDriver' object has no attribute 'w3c'` My python...
When I am calling to: ``` res = driver.find_element(By.NAME, 'my_text') ``` `res` object looks as follow: ``` "{'ELEMENT': '42.1312000'}" ``` And missing the whole object methods like click, ...
**Windows Application Driver is 1.2.1.0** ### Current Behavior While running windows app appium test, once I am calling to `driver.get_screenshot_as_base64()` I am getting the following error in appium server log:...
### Do I have the most recent component updates? - [X] I use the most recent available driver/plugin and server versions ### Is the component officially supported by the Appium...
I was running the docker as following: ``` docker run \ -p 8000:8000 \ -e APP_BASE_URL='http://192.168.98.106:8000' \ -e UPLOADS_SECRET_AUTH_TOKEN="secret" \ -v ./uploads:/uploads \ ghcr.io/significa/app-distribution-server ``` And created the qr code...
We are trying to perform the same comparison with image files from type `svg`, I cannot see that this format is supported
I am running the following script: ``` from appium import webdriver import time from appium.options.windows import WindowsOptions # Desired capabilities for Windows application desired_caps = { "app": "C:\\ondemandanalysis-0.3.0.36\\oda.bat", # Path...
I need to use the functionality which attaches to a valid Win app running process and window. I found that the flag `appTopLevelWindow` is not supported in the latest release...