Mouse long press
-
I want to have a feature like mouse long press on specific like this one.
https://stackoverflow.com/questions/68636955/how-to-long-press-press-and-hold-mouse-left-key-using-only-selenium-in-python
-
@jinmvp said in Mouse long press:
I want to have a feature like mouse long press on specific like this one.
https://stackoverflow.com/questions/68636955/how-to-long-press-press-and-hold-mouse-left-key-using-only-selenium-in-python
In BAS there is a function to hold down the mouse button.
-
@Fox Can i have the name of that function please? I cant seem to find it.
Or can you kindly upload the picture of that function for me ?
-
@jinmvp said in Mouse long press:
@Fox Can i have the name of that feature please? I cant seem to find it.
Or can you kindly upload the picture of that function for me ?
-
@Fox Thanks, that was drag on element function. I'll try it.