Francis Mercier
Francis Mercier
We used PresenceofAllElementLocatedBy when using a timeout, which might not wait long enough. I think we should probably use ElementIsVisible (unlessAll switch is used, in which case ElementExists) and then...
This ticket is aimed toward lessening the need for the actual browser for finding stuff while developping without ever having to use F12 developper tool. The first item on the...
- Driver view: Switch the actual property to virtual ones. - Iwebelement view, include a special view to load selected attributes when selected through a special virtual property. The objective...
This should work flawlessly. But it doesn't unless I add sleep time... I need to investigate further. I noticed a lot of small annoyances when testing in production context where...
Currently, `Clear-SeAlert -Alert` parameter seems useless. A corresponding Get-SeAlert should be implemented to make it relevant. Also, different type of alert should be supported: https://www.guru99.com/alert-popup-handling-selenium.html
There's some interesting stuff that I'd like to add regarding events. All driver events - element clicked - Navigated - ValueChanged This could be used in other things alongside with...
In the Powershell 5.1 version, the following code do not work: ``` $Context = $psEditor.GetEditorContext() $Context.CurrentFile.GetText($context.SelectedRange) ``` This seems to be a type error ``` Cannot find an overload for...
It would be nice that the changes (Freetext, obfuscate, free drawing) be saved as an object, which is rendered on publish instead of directly. This would allow to edit minor...
# Cmdlets referring to the same thing have different parameter names For instance, **Using Vault** Get-Secret, Get-SecretInfo, Set-Secret, Test-SecretVault, Remove-Secret **Using Name** Unregister-SecretVault, Test-SecretVault, Get-SecretVault Both **Vault** and **Name** reference...
# Additional optional vault parameters to support hooks : - After a secret is received, before it is returned to the user - Before a secret is set and sent...