testmanio / homebrew-tm

MIT License
0 stars 1 forks source link

In Clipboard function , ClipyText is considered as String instead of variable #78

Open Dinesh-Damodharan opened 3 months ago

Dinesh-Damodharan commented 3 months ago

Description : In the Clipboard function , ClipyText is considered as string instead of a variable.

Actual : const clipyText = await clipboardy.read(); await page1.goto("clipyText"); Expected : const clipyText = await clipboardy.read(); await page1.goto(clipyText);

Yuviak commented 1 month ago
Screenshot 2024-10-07 at 6 17 57 PM

Tested NOK Issue still Exists Tested Version: 3.2.5