@bigbinary/neeto-playwright-commons 1.17.0 → 1.17.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.cjs.js +2890 -2656
- package/index.cjs.js.map +1 -1
- package/index.d.ts +3 -0
- package/index.js +2890 -2656
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -5426,6 +5426,8 @@ declare const ZAPIER_SELECTORS: {
|
|
|
5426
5426
|
*
|
|
5427
5427
|
* columnHeaderTitle: Selector for column header title.
|
|
5428
5428
|
*
|
|
5429
|
+
* columnMenuButton: Selector for column menu button.
|
|
5430
|
+
*
|
|
5429
5431
|
*/
|
|
5430
5432
|
declare const TABLE_SELECTORS: {
|
|
5431
5433
|
freezeUnfreezeButton: string;
|
|
@@ -5433,6 +5435,7 @@ declare const TABLE_SELECTORS: {
|
|
|
5433
5435
|
descendingButton: string;
|
|
5434
5436
|
hideButton: string;
|
|
5435
5437
|
columnHeaderTitle: (columnName: string) => string;
|
|
5438
|
+
columnMenuButton: string;
|
|
5436
5439
|
};
|
|
5437
5440
|
/**
|
|
5438
5441
|
*
|