very good video...nice explaination...Thank You Sir.
@ADD-ol9eb3 жыл бұрын
This is an excellent video thank you sharing and teaching your knowledge and skills. I was struggling on this and your video worked for me! I am trying to set the value which is read from getAttribute as a variable as I need to send this same value to populate another text field. Is this possible? Thanks so much.
@ch.Rambabu-goud4 жыл бұрын
A nice and clear explanation.
@Automationzone4 жыл бұрын
Glad it was helpful!
@bhsl36683 жыл бұрын
Thank bro... I was looking something like that for 1-2 days!!..
@colby96923 жыл бұрын
Thank you for sharing! Just getting into selenium and manipulating webpages and reading up all i can at the moment.
@victorgrecu883 Жыл бұрын
Thanks!
@Automationzone Жыл бұрын
Hi, thank you for your super thanks!! Ur the third person to give me super thanks.. and it's people like you who are motivation me to keep this channel running.. I will be sure to mention u in the incoming video for s 😊
@vrushabhdoshi46343 жыл бұрын
Hello Friend ,This video is really helpful specially get Attributes. Is that any way if I want to get particular text from P3 element from above example. Let just say if I want only text "of paragraphs with a span inside". Can you please guide me how to do that . thank you : )
@samuel.patrick.grace7792 жыл бұрын
How to get a text value, whether it's innertext or the entered text in selenium
@Automationzone2 жыл бұрын
Use the getAttriburte method. element.get_attribute('innerHTML') for innertext And element.get_attribute('value'') for entered text
@chadmollish93003 жыл бұрын
Subscribed! I’m having trouble trying to figure out how to get the form input that client inputs on my site and when they click submit then have the data sent to to my other website signup page to create them a account with the same information they provided. Can you help me?
@gunjalv58153 жыл бұрын
hi, thanks for this video n can u tell me, I am printing all links of any webpage and I want to click on the last link and I want validate that one ....how can I do this?
@tonydao2034 жыл бұрын
Very helpful. Thanks
@Automationzone4 жыл бұрын
Glad it was helpful to you
@rafaelpunzel67863 жыл бұрын
Hi thanks for your vídeo, is there anyway i can get a notification when i get a specific word?
@Automationzone3 жыл бұрын
Yes, you will have to perform a gettext and put it in a loop... The code will loops untill a fix time or till u get the specific word. Once u get the work u want, u can choose to give u a notification. This can be done via email or other type that u need using various other types of programs.
@nisha5104 жыл бұрын
Hi sir..is there any short way to extract specific data for pdf file using selenium...
@Automationzone4 жыл бұрын
there are modules to extract data from pdf like PDFminer , PyPDF2 or XPDF. You will need pip install there modules.
@abinashranam47764 жыл бұрын
How we can print special characters like(100% , ₹100,$100) .I am not able to print them it showing some error .solve this
@Automationzone4 жыл бұрын
By print u mean print in the console ? Or in reports ? I will need more details
@vishwakalak58052 жыл бұрын
How to get the message content while entering wrong password in login page of email
@Automationzone2 жыл бұрын
Wrong content, as in the error message ? Could u help me with an example
@purnimabaskar89733 жыл бұрын
How to use the stored attribute
@Automationzone3 жыл бұрын
It would be on the similar lines. If you could give me an example I would provide you with a sample code on the same.
@tamannatasnim72173 жыл бұрын
Thanks
@myusufda29612 жыл бұрын
please tutorial vb net
@Automationzone2 жыл бұрын
VB.Net is pretty vast. Is there something specific you are looking for ?
@myusufda29612 жыл бұрын
@@Automationzone please boss
@Automationzone2 жыл бұрын
I mean, is there a specific topic or just the basics ?