You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to download a file from a specific website.
It is strange, as I actually had it work yesterday. closed everything yesterday after work, and this morning it doesn't work anymore....
And I cannot reproduce it anymore.... 😿
$browser=New-MonocleBrowser-Type Chrome
$Browser.url="https://www.dell.com/support/security/en-us?lwp=rtt"$SearchBoxElementID="dds_prod-name-search"#Setting things up to filter the searchGet-MonocleElement-Id $SearchBoxElementID|Set-MonocleElementValue-Value 'Latitude 5350'$CheckBoxFilterId="Latitude_5350-1_0"#Fetching the checkbox (This fails...)$CheckBox=Get-MonocleElement-XPath '//*[@id="Latitude_3550-1_0"]'#Checking the checkboxSet-MonocleElementAttribute-Element $CheckBox-Name 'Checked'-Value 'Checked'
Is it possible that some elements are not visibile ?
I tried using the -All also, but no luck.
I also tried fetching the parent element in which that checkbox is located like this:
I am trying to download a file from a specific website.
It is strange, as I actually had it work yesterday. closed everything yesterday after work, and this morning it doesn't work anymore....
And I cannot reproduce it anymore.... 😿
Is it possible that some elements are not visibile ?
I tried using the
-All
also, but no luck.I also tried fetching the parent element in which that checkbox is located like this:
But it still couldn't find it...
When I search for the first element of that list of checkboxes (which is HUGE!) It actually works:
So would this mean it actually hits a timeout or so ?
When I try using -verbose we see it tries 30 times, and then it throws an error:
The text was updated successfully, but these errors were encountered: