-
Updated
Aug 5, 2021 - Python
browser-automation
Here are 172 public repositories matching this topic...
-
Updated
Mar 18, 2022 - JavaScript
-
Updated
Mar 1, 2022 - JavaScript
-
Updated
Mar 24, 2022 - JavaScript
-
Updated
Mar 15, 2022 - JavaScript
-
Updated
Sep 9, 2020 - JavaScript
-
Updated
Jan 22, 2021 - Python
Short term goal would be to support configuration of the path (as per other configuration through environment variables).
This function would need to be modified:
https://github.com/holsee/chroxy/blob/a1997bd12c26dbd62c6653405af8c99b7fb01f87/lib/chroxy/chrome_server.ex#L347-L354
From early testing, Chromium was fully compatible.
-
Updated
Mar 21, 2022
-
Updated
May 19, 2020 - JavaScript
-
Updated
Jan 5, 2021 - Vue
-
Updated
Feb 22, 2022 - JavaScript
-
Updated
Oct 27, 2021 - JavaScript
-
Updated
Nov 20, 2020 - HTML
-
Updated
Dec 15, 2021 - C#
-
Updated
May 8, 2021 - JavaScript
Linter issues
Closing this issue should be done when all existing issues are fixed and we remove --new-from-rev from the CI job.
TODO:
- #211
- Reenable the new-from-rev option: #220
- Set a list of linters and fix some: #216
- #245
- Fix linter errs and #246
- Properly fix and remove all
nolintdirectives - cyclop
- deadcode
- dogsled
- dupl
- [
-
Updated
Mar 22, 2022 - TypeScript
-
Updated
Mar 23, 2022 - TypeScript
-
Updated
Mar 18, 2022 - TypeScript
-
Updated
Dec 29, 2021 - Python
-
Updated
Feb 8, 2020 - JavaScript
-
Updated
Jul 10, 2021 - Python
-
Updated
Feb 9, 2021 - JavaScript
-
Updated
Sep 8, 2021 - AutoHotkey
-
Updated
Feb 21, 2022 - TypeScript
-
Updated
Dec 22, 2020 - Python
-
Updated
Sep 14, 2018 - Mathematica
Improve this page
Add a description, image, and links to the browser-automation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the browser-automation topic, visit your repo's landing page and select "manage topics."
I am trying to use this
https://playwright.dev/docs/1.14/api/class-locator
But
type Pagedoesn't have aLocatormethod. I see many generated structs related to the Locator API but not the locator struct/interface itself.was this intentionally left out because it's not doable yet or can this be added?