Jecelyn Yeen

Results 44 issues of Jecelyn Yeen

Post: https://developer.chrome.com/blog/new-in-devtools-106/ Translated by: Sep 23 Translator: @solarrust Reviewers: @webmaxru, @kateryna-prokopenko

devtools-translate

Details: b/233724121 Deadline: Sep 28 Notes: Do not merge the PR when ready, tag @jecfish to merge in time with video publish Also refresh relevant docs, and include the video...

content
devtools

Post: https://developer.chrome.com/blog/new-in-devtools-107/ Translated by: Oct-11 Translator: @solarrust Reviewers: @webmaxru, @kateryna-prokopenko

devtools-translate
content
translation

Post: https://developer.chrome.com/blog/new-in-devtools-106/ Translated by: August 19 Translator: @cwdoh Reviewers: @techhtml @TORU0239

devtools-translate

Since 105 is already in stable, we won't backfill the WNDT post, but we need to add it in the documentation. Refer to https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/3784603

content
devtools

DevTools Recorder support text and XPath selector from Chrome 108 onwards. I am wondering if there are similar selector in Nightwatch? Here is the example step's json. ```json { "type":...

enhancement

Update the demo to work with latest website. The previous demo website is deprecated.

### Minimal, reproducible example ```TypeScript import puppeteer from 'puppeteer'; const url = 'chrome://gpu'; const browser = await puppeteer.launch({ args: ['--no-sandbox','--headless=new'] }); const page = await browser.newPage(); await page.goto(url); ``` ###...

bug
invalid

Chrome 110 launches a new "Show code and highlight" feature. **How to test** You can test this feature with the latest Chrome Canary 1. Open a recording in the Recorder,...

enhancement

DevTools Recorder support text and XPath selector from Chrome 108 onwards. I am wondering if there are similar selector in Nightwatch? Here is the example step's json. ```json { "type":...

enhancement