Why I do not see devtools tab of ny chrome browser? - google-chrome-devtools

I installed Vue.js devtools in my Google Chrome 96 :
https://prnt.sc/2154uz3
But opening laravel 8/vuejs3 app I do not see vue tab in console of my browser : https://prnt.sc/2155psy
What is wrong and how can it be fixed?
Thanks in advance!

The Vue.js shows a tab in dev tools.
Be aware, this will not show if your application is running in production.
NB! You can try this for production mode, it will try build up the same data:
https://chrome.google.com/webstore/detail/vue-force-dev/oohfffedbkbjnbpbbedapppafmlnccmb

Related

how to use playwright with plugin (like stylus, a chrome plugin)

I am using chromium.launchPersistentContext to open a head chrome. I want to use plugins, like stylus, that change the css of the page. Why chrome plugins does not appear with my local chrome instance ? I can see the bookmark, have the session saved, but no plugins appearing. Any idea ?
Extensions only work in Chrome / Chromium in non-headless mode, launched with a persistent context.
Are you using headless mode?
or have you tried --load-extension?
https://playwright.dev/docs/chrome-extensions

Add apollo client dev tools to chrome developer tools

I have downloaded the chrome extension Apollo Client Devtools. However it is not visible when devtools are open. Is there a way of adding this or is it a bug?
I had the same issue, tried closing the tab and re-opening, closing chrome and re-opening but nothing of that helped. Then I installed a totally different extension (React Developer Tools) and all of a sudden the Apollo dev tools showed up, it seems that adding a new plugin somehow refreshed the plugins and it showed.
You have to close and re-open the tab.
You have to setup on the Apollo Client the following field:
const client = new ApolloClient({
connectToDevTools: true,
....
})

Can't navigate to url in Google Chrome Android Emulator, just says Data;,

I am using eclipse, Appium 1.6.4 and Android Studion with Android 7.0 also tried with 6.0.
I run my automated test and it executes, it connects to the device, it opens the chrome browser but then doesnt navigate to the google url using the driver.get(...) method it just says data;, . I dont get any errors until it eventually times out and tries running it again.
Any help would be appreciated as ive tried a few things and got nothing.
Thank you.

Chrome Browser not loading the web page using selenium

I am using selenium to automate a web page using chrome browser , but the chrome browser is not launching and it is showing "data:;" in the address bar without loading any page .
Selenium : selenium-server-standalone-3.0.0-beta2 and also tried with 2.53
Chrome Driver : 2.23 (http://chromedriver.storage.googleapis.com/index.html?path=2.23/)
Eclipse : Kepler
Chrome Browser : Version 53.0.2785.89 m (64-bit)
Following is the code i am using
System.setProperty("webdriver.chrome.driver","C:\\Vinod\\Java\\Others\\chromedriver.exe");
WebDriver driver = new ChromeDriver();
driver.get("http://www.google.com");
driver.findElement(By.id("lst-ib")).sendKeys("Testing");
Below is the output :
enter image description here
Appreciate your help in this - Thanks.
As far as I know you are going absolutely fine. You just need to be bit patient.
The page which you get with data:, is what we expect initially from selenium. You google page will launch after that.

IBM Worklight - How to debug an application?

How can I view my Worklight developed website or pages in Google chrome? I want to inspect element for the page.
Revised answer based on comments:
Make sure that you are using an external browser (in your case, Chrome) to preview the application. You can do that in Eclipse via Preferences >> Browsers.
Please also read the following training module: Debugging your application.
For debugging a worklight app in google chrome
right click on project--> open worklight console--> right click on browser's properties-->copy the url and paste it into chrome's address bar. By using this you, easily see the worklight developed page on chrome.
Open Worklight Console
Under Mobile Web >> 'Click on Get App URL'
Run the app url in any browser