click a specific attribute with ng-disabled #784
patrykszady
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working with spatie/Browsershot to fill a web form. I'm able to get past the first page:
The second page has a "Continue" button id="continueOrSubmitBtn" which I was able to select in the past but now the Continue Button html looks like this and I'm unable to select it:
To reproduce: https://www.homedepotrebates11percent.com/#/home
Date = 09/19/2023
Continue
"Promotion Details" page shows with the Continue Button active.
I'm unable to select id="continueOrSubmitBtn" there are attributes on that a tag: ng-disabled="!!disabledWhen" ng-click="disabledWhen || navigationCtrl.next()" could this be the reason why I get the " Error: No element found for selector: #continueOrSubmitBtn at assert" if so, how can i make the continueOrSubmitBtn selector active?
Any idea how I can click/select that Continue buttom?
Thanks! Patryk
Beta Was this translation helpful? Give feedback.
All reactions