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
Thanks for the question -- I think the code you wrote should trigger the d event from the browesr when you click, but I gather you want to trigger the d event from python by calling something like l.click()?
Not sure off the top of my head but will look into it this morning.
Let's say we have the following code:
For test purposes, I would like to trigger the d event by interacting with the label
l
. How could I do something similar tol.click()
?The text was updated successfully, but these errors were encountered: