alx-xlx

Results 29 issues of alx-xlx

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Code to reproduce the behavior: ```python #code here ``` **Expected behavior** A clear and concise...

bug
help wanted

# Bug Description / 問題描述 I have a folder named "**Courses/Ebooks**", without double quotes, when I click it it takes me to directory **"Courses > Ebooks"** and loads infinitely #...

**Is your feature request related to a problem? Please describe.** Surfing through large amounts of data is painful as the page loads each time we navigate through directories **Describe the...

I am getting this `AttributeError: module 'requests' has no attribute 'ReadTimeout'` ERROR it just appeared now, I can't run uiautomator2, please help what is the problem ?

good first issue

默认的 ATX 应用程序很好 但 我想使用我自己的 android atx 应用程序进行一些修改,并能够将其与 uiautomator2 一起使用。 我怎样才能做到这一点 ?

``` ``` I want to get the text `TO-BE-EXTRACTED` using the available data on the NODE `TO-BE-USED`. So we have to use `child`, `siblings`, `parents` etc can someone have any...

``` for elem in d.xpath("//android.widget.TextView").all(): print("Text:", elem.text) print("Attrib:", elem.attrib) ```` when I try `elem.content-desc` it gives an error I have also tried `elem.description` but it doesn't give the output of...

How can I hide all these outputs that show up each time ?? ``` W 211229 14:04:55 __init__:218] [pid:5588] atx-agent has something wrong, auto recovering [D 211229 14:04:55 __init__:322] [pid:5588]...

I got this error while initialization `uiautomator2 init` ``` [I 210914 11:49:30 init:156] uiautomator2 version: 2.16.0 [I 210914 11:49:30 init:351] Install minicap, minitouch [D 210914 11:49:30 init:62] Download https://tool.appetizer.io/openatx/stf-binaries/raw/0.3.0/node_modules/@devicefarmer/minitouch-prebuilt/prebuilt//bin/sh: getprop:...

Can I run uiautomator2 in termux and test my application in the same android phone ?? I did try it and I am getting `adb host connection refused error`