Meir Blachman

Results 121 issues of Meir Blachman

by adding static methods to mongoose's schema object it will show how to take advantage of the `mongoose.model` function even more. using the function: ```ts function model ``` this would...

I some cases I would like to test large HTML pages where the base64 encoded string can be too long for the browser url. sending the value in a post...

similar to #13608 Having docs for migrating from puppeteer to playwright and handling common scenarios would be helpful some scenarios can be taken from the official puppeteer docs to show...

P3-collecting-feedback

**Description:** **BREAKING CHANGE:** - dropping support for node v10 - dropping support for node v12 **Related issue (if exists):** - closes #5348

### Describe the feature Nodejs v10 and v12 are deprecated and not supported anymore, the oldest supported version is v14. see https://nodejs.org/en/about/releases/ ![image](https://user-images.githubusercontent.com/9786571/182031325-5cfce4e5-ed14-48be-82be-0ed5efc1a608.png) Changes here https://github.com/swc-project/swc/blob/main/package.json#L22 ### Babel plugin or...

enhancement

the ability to create a new playwright tests project using the dotnet cli command [`dotnet new`](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-new) with some options: - having an argument to specify which testing library to use...

P3-collecting-feedback
inner-loop

- [ ] A sample of the PageObjectModel design using puppeteersharp - [ ] IWebElement equivalent using puppeteer

idea

After calling the methods `Back()``,``Forward()``and``Refresh()`` the injected modules aren't re-injected before resuming angular and therefore they cannot be used again.

bug

Feature request