appium-inspector
appium-inspector copied to clipboard
A GUI inspector for mobile apps and more, powered by a (separately installed) Appium server
### Is this an issue specifically with Appium Inspector? - [X] I have verified that my issue does _not_ occur with Appium, and should be investigated as an Appium Inspector...
### Current Behavior Why there's no SEARCH option at the App Source section (at Appium Inspector)? It could help a lot, sometimes I can't find elements by clicking on it,...
### Current Behavior When switching tabs of locators, the value in the selector input field does not change. ### Suggested Solution Save selector values in each tab separately to make...
### Current Behavior When inspecting an app with a complex and/or nested search tree, it can be cumbersome to open each element one after another. ### Suggested Solution Allowing for...
Modern Redux avoids the many constants and `switch` statement boilerplate for creating reducers, and instead suggests [using the `createSlice` API](https://redux.js.org/usage/migrating-to-modern-redux#reducers-and-actions-with-createslice). This task may also include migrating data query functionality to...
Modern Redux does not appear to use container components anymore, and instead uses [hooks and callback functions](https://redux.js.org/usage/migrating-to-modern-redux#modernizing-react-components-with-react-redux). The `connect` API should therefore be replaced with `useDispatch`, `useSelector`, `useCallback` and so...
**Is your feature request related to a problem? Please describe.** For new users, they are not sure what parameters is required in for different drivers. If the default caps configuration...
With our new Actions Editor, it would be nice for users to be able to export their saved actions in JSON or some other format that other users could import....
## Appium or Appium Desktop? You are reporting an issue at the Appium Desktop repository. Appium Desktop is a wrapper around Appium. If you are having trouble running tests, it...
The inspector's appium window is divided into 3 parts. On the left is a screenshot of the device, in the middle the App Source, and on the right the Selected...