-
with SB(uc=True) as sb:
Start New Booking Error is: Message: is there any issue or any think i'm not getting ??? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
If the selector that you’re looking for isn’t on the page, you’ll get an error message that the element is not present. The selector that you used isn’t correct. Learn how to properly construct CSS Selectors: https://flukeout.github.io/ |
Beta Was this translation helpful? Give feedback.
-
go with xpath it would work perfectly
…On Sun, Mar 17, 2024 at 3:33 AM Umar Javed ***@***.***> wrote:
Hey @Leeegod <https://github.com/Leeegod> , I'm stuck in the same
situation. Can't seem to click on start new booking button. I don't know
why this query sb.driver.uc_click("button.mat-btn-lg") works on the first
page but does not work on the second even though it is the same button with
same class.
—
Reply to this email directly, view it on GitHub
<#2560 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AS5RAISIFPERUGFGY6LQLVTYYS42LAVCNFSM6AAAAABEDVWRL2VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DQMJUGY2DS>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
Similar concern.
Works fine. SB fails by calling...
...right after it. This is when attempting to join a google meeting. Cc @mdmintz |
Beta Was this translation helpful? Give feedback.
If the selector that you’re looking for isn’t on the page, you’ll get an error message that the element is not present. The selector that you used isn’t correct. Learn how to properly construct CSS Selectors: https://flukeout.github.io/