thanks. i had no idea you were supposed to import "By". edit: it worked 100%! thank you! i subbed :)
@RexJonesII2 ай бұрын
That's awesome! I'm glad it worked for you
@d-rey1758 Жыл бұрын
Awesome vid! Do you know how to do it if it’s not a “option 1” in the code. Essentially if it’s not a element, but instead is a element with a
@tamzin1223 Жыл бұрын
Yes please, a video on this would be so helpful!!
@RexJonesII Жыл бұрын
Sure, D-Rey I can create a video based on your request. Do you have a sample application with that scenario?
@d-rey1758 Жыл бұрын
@@RexJonesII Thanks it was a private website. I actually solved it after hours of research. the problem was that the drop-down box was so sensitive that if the user right-clicked anywhere on the page the drop-down box would disappear. At first it was and , but then the using the browser tools to actually zoom out of the page. then dev tools showed more info on the element it was actually "" with "". then a "for loop" was used to select the the option for the drop down menu. Thanks for the support though!!!
@t1234-q5z2 жыл бұрын
Bro your straight forward. Genius.
@RexJonesII2 жыл бұрын
Thanks Tristan 👍 I appreciate it bro
@jeffgordon553 Жыл бұрын
Hey, just found your videos and your demeanor and explanation are some of the best on youtube! I am just beginning my professional programming journey with a new company and this will be very useful for webscraping and testing! Hope you the best, I have sauced a follow
@RexJonesII Жыл бұрын
Thanks 👍 I wish you much success on your programming journey
@omarhossam285 Жыл бұрын
that was a pain in the butt, but you made it smooth , ty man
@RexJonesII Жыл бұрын
You're Welcome Omar 👍
@michaelbuzek Жыл бұрын
This is exactly what I was looking for, thanks for your turorial Rex 😀
@RexJonesII Жыл бұрын
You're Welcome Michael 👍
@luissalazar2863 Жыл бұрын
Goat!!! nice video, thank you! Liked and subscribed.
@RexJonesII Жыл бұрын
You're Welcome Luis! 👍 That's awesome. I'm glad you liked it
@agnichatian8 ай бұрын
good job on this; detailed and easy to see; thanks; subbed
@RexJonesII7 ай бұрын
Thanks @agnichatian 👍
@player_xXx Жыл бұрын
You just helped me a lot Sir! Thank you for the clear explanation! :)
@RexJonesII Жыл бұрын
Thanks 👍 You're Welcome
@juliorosales15462 жыл бұрын
This video was a life saver. Thanks man. Like the way you explained. It was thorough and precise
@RexJonesII2 жыл бұрын
You're Welcome Julio 👍 Thanks!!!
@gaurangsinghal56722 жыл бұрын
This video has cleared my doubt about dropdown
@RexJonesII2 жыл бұрын
That's awesome Gaurang 👍
@sekee2 жыл бұрын
Hey Rex, this video helped me out a lot!! Thanks man
@RexJonesII2 жыл бұрын
You're Welcome Sean 👍
@mayurasandakalumsellapperu67782 жыл бұрын
Superb Bro 👌😉
@RexJonesII2 жыл бұрын
Thanks bro 👍 I appreciate it Mayura
@carstenjensen3123 Жыл бұрын
You are so amazing at explaining this stuff. Great video!
@RexJonesII Жыл бұрын
Thanks, I appreciate it 👍
@sebastianmaciasmartinez39052 жыл бұрын
Thank you, thank you very much!!!
@RexJonesII2 жыл бұрын
You're Welcome Sebastian 👍
@pelotoncio Жыл бұрын
helped me with what I was doing
@RexJonesII Жыл бұрын
I'm happy it helped with what you were doing 👍
@saulohenrique55432 жыл бұрын
Please!! Help me!! I would like to click on the following element: Export How can i do this using selenium python
@RexJonesII2 жыл бұрын
Hi Saulo, you can use the text() function via xpath to find the element then click it
@saulohenrique55432 жыл бұрын
@@RexJonesII Thanks!! How can i use the text() function in my question? I'm new to this tool and I don't know how to use it very well yet
@KarlmarxMashele Жыл бұрын
what if the web element is a "div" after pressing the inspect button
@amithadole92522 жыл бұрын
Hello sir, How to select option from mat-select dropdown using selenium python?
@RexJonesII2 жыл бұрын
Hi Amit, I haven't came across a scenario that involves mat-select dropdown. Can you send me an example?
@feliwein_cc2 жыл бұрын
what if the dropdown is not on a select label but a div?