Skip to main content

Questions tagged [inspector]

Inspector is a general support tool for Appium for UI automation designed to be used in conjunction with the Appium Server. It's helpful in inspecting the U elements and their attribute values. Use this tag for questions referring to Appium automation and inspecting UI elements using the support tool Inspector.

0 votes
1 answer
19 views

What are the substitutes or alternatives for GTInspector in Pharo 10 onwards?

An older Pharo package I've installed utilizes GTInspector which seems to have been part of the default installations prior to Pharo 10. In Pharo 10 attempting to install GTInspector installs most of ...
vfclists's user avatar
  • 19.8k
1 vote
1 answer
47 views

ScriptableObject changes in Awake() not displayed in Inspector until after Unity restart

I've created a ScriptableObject class MySO that gets modified in its Awake() function. I also added EditorUtility.SetDirty(this); as its last command. The class has a List<someOtherClass> myList ...
Gabriel Balassa Turu's user avatar
2 votes
1 answer
32 views

Why does the textfield not display the proper value, when i select it? (unity custom inspector)

I'm having trouble with my custom unity editor. I have created a TextArea in my editor script, but it acts strange when i try to change the value via code, while also selecting it. textEditor.text = ...
Kian's user avatar
  • 51
0 votes
1 answer
221 views

Get info from AWS CLI inspector2

I created a script to report on inspector output from the command line. aws inspector2 list-findings --query 'findings[*].{Severity:severity,Title:title,Instance:resources[*].id,Name:resources[*].tags....
techguy101's user avatar
0 votes
0 answers
17 views

Migration Code: Amazon Inspector Classic to Amazon Inspector2

Currently, I am using Inspector Classic with Python-Boto3 library to scan AMIs within my AWS account. And, this scan is part of my stepfunction pipeline. Now, I need to migrate to Inspector2. I ...
Sahil Sangani's user avatar
9 votes
1 answer
599 views

Flutter Inspector Issue: Unable to Navigate to Widget Code in Dart File from Widget Mode

Previously, when I ran the app and turned on the widget mode in the Flutter Inspector, if I clicked on any widget in the APP, it would immediately navigate to the code related to that widget element ...
Al Hasan's user avatar
  • 128
0 votes
1 answer
29 views

Cannot add button object to Script in Inspector

I have a MonoBehaviour script which have slots for buttons to act as a vehicles gas pedal and break pedal but i am unable to drag the button object on those slots. public Mybutton gasPedal; public ...
saqib's user avatar
  • 35
0 votes
0 answers
154 views

How install variable inspector in Jupyterlab >= 4.0?

Is there a way to install inspector variable in Jupyterlab >=4.0? I tried installing inspector variable extensions in Jupyterlab 4.0.2 but an incompatible message is shown during installation and ...
Berg A.'s user avatar
0 votes
0 answers
600 views

Difficulty inspecting Flutter elements in a Flutter app using Appium Inspector

Appium Inspector Screenshot I am facing challenges inspecting Flutter elements in my Flutter app using Appium Inspector while using Selenide. When I try to locate elements using accessibility IDs or ...
Devibalakrishnan's user avatar
0 votes
0 answers
342 views

How to inspect React Native App UI Elements in Release build

I'm trying to find out how to inspect UI elements in my react native application which I have downloaded from Appcenter. Is there anyway that I can connect my device to a browser or any tool which ...
Madhu's user avatar
  • 931
1 vote
0 answers
101 views

How to enable autoscrolling for console logs using Safari inspector

I can't seem to find an answer anywhere to this question. The question has been asked before on this site and others, but no one ever answers it. There should be an easy to find checkbox that ...
tamio42's user avatar
  • 395
0 votes
2 answers
186 views

Is it possible to hide an element in İFRAME?

I am using an İFRAME on my site tuning-doc.nl to select car makes with their horsepower. I would like to hide the following: Powered by Tuning-shop.com At the top and the bottom. I tried to hide these ...
user avatar
3 votes
0 answers
681 views

Android Studio Flutter inspector not showing selected widget's source code on click

In my previous laptop, When I select the toggle select widget mode and then select the click anywhere on the screen it scrolls to the selected widget in widget tree as well as it move to the source ...
Ahsan Javed's user avatar
3 votes
0 answers
142 views

How can I view a component's filename and line number in React Native?

After upgrading my application from RN 0.46 to 0.71, I can't see the box in the Element Inspector that mentions the filename and line number of the component. I've tried almost all of the debugging ...
mobster1940's user avatar
0 votes
0 answers
157 views

How to enable automatically showing and hiding the inspector panel in Xcode when moving the cursor to the right side of the screen?

How can I enable the feature the allows the user to move their cursor to the right side of the screen to open the Inspector panel in Xcode 14.3? It seems like a nice feature but I have only seen other ...
Kristoffer Melen's user avatar

15 30 50 per page
1
2 3 4 5
23