Peter Xu

Results 16 comments of Peter Xu

you may misunderstand `element id` and dom id, and to get the text content from a DOM-element, please refer to [getText](https://webdriver.io/docs/api/element/getText)

@harshendrathakur you don't need to await `new Application(...)` operation, you had better try to run you e2e under this demo: https://github.com/electron-userland/spectron#usage

if you still are in interested in Chinese translating, please check repo: https://github.com/xupea/testing-library-docs-cn

> Not ready to merge into the master? @xupea yep, zh-Hans doc isn't full translated yet

@LongHaoo please ref this [docusaurus i18n](https://docusaurus.io/docs/next/i18n/tutorial#single-domain-deployment) ,seems quite easy to support

i18n is supported now, https://github.com/xupea/testing-library-docs-cn/commit/feff068798d68527a257a3f0e82ce6e0d0c10653

@MatanBobi @LongHaoo please review [PR](https://github.com/testing-library/testing-library-docs/pull/1158)

https://www.electronjs.org/docs/latest/tutorial/application-debugging#renderer-process may be your answer. And I don't think debugging renderer process in vsocde is a good idea.

make sure your native modules is installed in release/app: https://electron-react-boilerplate.js.org/docs/adding-dependencies/#which-packagejson-file-to-use https://electron-react-boilerplate.js.org/docs/native-modules