Hi Mukesh , Just wanted to appreciate the way of teaching and explaining you do. I enrolled for selenium class room training but your online sessions proved to be more effective. Thanks
Dear Mukesh,Investing your time to fulfill our minds with these concepts is Awesome task..We are grateful to your time..With folded hands ..thanks alot .
Once I thought I can never learn Selenium, now you are also one of the reason where i started automating some web pages. thanks brother you are awesome
12:15, 16:00, 9:00, 20:50,25:00 Very good examples of : 1. how to see number of matching nodes 2. use of and or logic 3. use of text() and contains(), starts-with() method. 4. use of following
Dear Mukesh Thanks for all the videos you make! in 23 rd minute, you talk about if id is dynamic, so we use starts-with, but you forget to write starts-with and you write contains.
Very informative video. Thank you for this. Few questions: 1. (Ref:17:48) At some place you mentioned @name='value'. At another you mentioned @href, 'edit.php'. The = is not mandatory? Where all it's used? 2. (Ref:17:40) How to find how many methods (like contains, text, etc.) are available? 3. On FireFox 59 (Quantum) how do I per a search for the XPath ? Do I see a similar search box like I see in FireBug/FirePath which is incidentally not supported.
Hi Mukesh Sir, Thank you so much. Its really helpful. But i have one query: How to handle auto-suggest search drop down in selenium webdriver? Can you please guide.
Hi Mukesh, Thanks for this Video, you have nicely explained everything, learnt a bit more about writing XPATHs. One thing stroked my mind - Does HTML have a tag as well, got confused with below example, Syntax : //tagname[starts-with(@attribute-name,’’)] e.g. //id[starts-with(@id,’’)]
Nice One Mukesh.Thanking you for sharing the info. From FireFox v 57 we do not have support for Fire Bug. Could you please share more info on how to get the x path by using fire fox v 57..
1. Open mozila Developer window.( Press f12) 2. Spy on required Element. 3. right click on Path comes in Developer window after spying element 4. Click COPY option and then U can select xpath( Or other locator options)
+Anu Dube Hi Anu for frames will upload tomorrow. For window handle please refer below link. Note- Please use headphones for this video voice is very low. ruclips.net/video/IcAD_eI50v8/видео.html
In this video, 16 second's you are explaining how to use contains, but it's not working because you have used "//input[contains(@name='post_title')] " In my understanding if your using contains you have to use coma. Eg: //input[contains(@name='post_title')]
Hi Mukesh,the website you are using for example not working in google chrome(wordpress),can u use some other geninue websites which are working in google chrome and explain the same things .Thanks for your videos
hi mukash thanks for your video it is very helpful and i have one doubt if xpath values are changed dynamically interviewer asked that question so i dont know how to answer ths question so please.
Hi Mukesh, This is really good tutorial, thank you. Could you please explain how to find xpath for elements which are repeated several times in several the same tagnames ex: for odds in bet365 : the following sentence : 10/1 is repeated over 10 times. How to write xpath for the one interresting me? Regards: Tom
What is the need of using OR and AND functions in Xpath. If we can find a webelement with 1 unique attribute, then is there a need to specify the other attribute too?
can we find the xpath of facebook video / post comments? it appears to be a list or something that needs to click before it expands out.... furthermore it doesn't show ALL the comments you have to click on the view more to get all.... is that doable with selenium?
Hello sir, I have to write the dynamic xpath so that everytime it should increment and pass that value to xpath and this xpath finding can go upto 2 or 3 pages
Another excellent video Mukesh! But please help me explain the difference when we are using the text() method. There are 2 ways it shows for text() ' = ' & ' , ' . One form is //a[contains(@href, 'edit.php'')][text() = 'Posts'] and other is //a[contains(text(), 'Dismiss this message')] Am not sure which method should we follow = or , after text() method. Is there any standard that must be followed or it's more of hit n trial in particular for text() method?
+Nitin Gupta Hi Nitin let me clear it Text()- This will chek for exact text and if found then only it will return result. while contains(text(),'')- it only check partial text
Hi mukesh, how can i compare string value and webelement in if condition ,suppose i want to compare actual and expected ,actual is string and expected is of type webelement.please suggest me
hi sir thanks for your video,please clear my one doubt if in web table duplicate name is available and unique transation id is available then how to verify the data on the basics of the transation id please let me know REPLY
Hi Mukesh What will be the xpath for getting the dynamic id of the radio button. Here i enter data (4 text boxes) and click on add button, the data is added and displayed with a radio button. If i add 2 times then 2 rows of data added with radio button for each row of data (e.g. radio0 and radio1). so to delete that row i have to selet radio button and click delete button. Now how to select radio1 and delete that row?? I tried with xpath but not able to do it.
HI Mukesh, In Salesforce Lightning mode, with AURA framework, there are no unique attributes identified. we are taking reference of the preceding /following and taking index number element to generate XPath. However, there are still more challenge, the XPath you design will not work next time on UI index get changed. are there any best practice to deal with this situation?
con este Xpath //a[@class='select' and @xpath='1'] puedo encontrarlo en ChroPath el elemento buscado, pero cuando lo ingreso en el Xpath muestra error Select drpCountry = new Select (driver.findElement(By.xpath("//*[@class='select' and @xpath='1']")));
In my application I have two fields say Email id and Conform Email id . For both of them id,class name everything is same. In this situation who can i find specific test box
Hi Parul nice question you can use findElements and then size method to get the count learn-automation.com/difference-between-findelement-and-findelements-in-selenium-webdriver/
hi mukesh . An interviewer ask me how to handel if there is suppose in one row display ''himanshu'' as link and next to column again ''himanshu'' as a text and below this row in another row written ''himanshu'' as text and next to another column ''himanshu'' as link. then how will be locate ''himanshu'' in 2nd row first column then click on link ''himanshu'' in 2nd column with out using xpath or other locator? this kind of scenario was there? Pls help me
Hi Mukesh, In other video you explained the exception which comes when we use FF 47 and selenium 53. So as per you i degraded FF to 46.0. It worked perfectly fine for a day or two. But again it started throwing org.openqa.selenium.firefox.NotConnectedException. Could you please help here . Thanks !! Ankush
4:38 hi sir, 1st we write username, we gave a tab button, now we are in password textbox,we send data now in this . how to write the program for this ?
Hi Mukesh, I am new to selenium, I am practicing to write my own xpath in your blog. I am trying to mouse hover to automation tools tab, I am trying to create my own xath for that, but I am getting error. can you please help me action.moveToElement(driver.findElement(By.xpath("//a[contains(text(),'Automation Tools')]"))).build().perform();. the error I am getting is unable to locate element.
Hi Mukesh , Basically I am QTP tester and i have started learning selenium recently . So i would like to know if there is any like register user function which is used in QTP through which we can check the object existence or perform any action without writing the codes again and again we have to write a single function then we have to pass the object to that function and the required action is performed . So can we do it in selenium ? let me given an example :- WebElement UserName = driver.findElement(By.xpath("//*[@id='user_login']")); if (UserName.isDisplayed()){ UserName.sendKeys("admin"); } So i want i dont have to write these 3 above line . i will just pass xpath , value , varaible name. please help
Hi mukesh I am unable identify the drop down element. I.e //div[@class='mclc' and text()='002region'] how to identify this one.. could you please help me.
Hi Mukesh, While adding Assert, am getting error "This element neither has attached source nor attached Javadoc and hence no Javadoc could be found.". could you please help.
Mukesh, for my application I have written a xapth to identify a label as //td[text()=‘CK_SUM’] and this works good for chrome but does work for ie. can you please help me to fix this?
we have two fields username and password ,but our attribute both r same example id=ABC, both username and password attribute s r same then how we can pass text only one field username???how to write xpath???
Nice Video Mukesh. I am facing difficult in identitifying the xpath for an element called "My Account" button in the home page of the url "www.phptravels.net/". I have tried using Firebug and absolute Xpath. The problem is in webpage the Web Element is highlighted but during run time the WebDriver is unable to Identity the button. Please Help.
Hi mukesh, im having trouble with xpath, my issue is this. it works perfectly fine with firefox but then it comes to chrome it gives me this kind of error org.openqa.selenium.WebDriverException: unknown error: Element ... is not clickable at point (1364, 408). Other element would receive the click: ... im just confused why? Thank you again mukesh have a blessed day
Hey Mukesh - Any idea if firebug has been merged with firefox developer tool? I have FF 51 on my laptop and firebug 2.0.18 is deactivated. There is no way for me to check the xpath. Can someone please help on this.
Hi Subhasis, Please perform the below steps 1. Open a new tab in the browser 2. type about:config 3. Now search for browser.tabs.remote.autostart 4. Toggle the value to False Hope this will work
I had a similar situation where the id was changing based on the data that shows up on screen. However, it was based on a particular logic.. so the id was being suffixed by an id in database etc.. so I wrote code to first figure out what that value would be depending on input data and then dynamically figure out the id. Maybe your situation is even more dynamic?
Don't know was asked in interview. How to get an xpath of a watermark. if you find something please share. I guess this is a transparent object such as company logo.
Hi Mukesh ,
Just wanted to appreciate the way of teaching and explaining you do.
I enrolled for selenium class room training but your online sessions proved to be more effective.
Thanks
Hi Aishhwarya,
Thank you so much :) I am glad it helped you. Keep visiting and Happy Weekend.
Dear Mukesh,Investing your time to fulfill our minds with these concepts is Awesome task..We are grateful to your time..With folded hands ..thanks alot .
Your most welcome mate :) Kindly share with your friends too.
My hunt for XPATH ends here Mukesh...u r simply awesome.....Disappointed as there are only 29k views....deserves more...
Thanks Rao :) Views are less but user attention is high. Keep visiting
The most important thing in selenium is to find the element and thanks for explaining it in very detailed manner
Thanks Vamsi
Once I thought I can never learn Selenium, now you are also one of the reason where i started automating some web pages. thanks brother you are awesome
12:15, 16:00, 9:00, 20:50,25:00
Very good examples of :
1. how to see number of matching nodes
2. use of and or logic
3. use of text() and contains(), starts-with() method.
4. use of following
Thanks a lot Mukesh. This video cleared a lot of my doubts and gave a lot of insight.
+vrjosyula let me know if any help from my side.
Thanks Mukesh...
Wanted to learn writing xpath since months!
The video has been helped a lot.
Thanks Moosa, I will glad you understood Xpath concept.
Dear Mukesh Thanks for all the videos you make! in 23 rd minute, you talk about if id is dynamic, so we use starts-with, but you forget to write starts-with and you write contains.
Thanks Mate... Xpath was never so easy to understand. Keep up the great work ...
+Abhishek Nimbalkar Thank you Abhishek :)
It was quite knowledgeable...waiting for another one..However I would request to upload a video on CssSelectors also...Thanks.
+abhishek gupta CSS will updoad next weekend
Good Tutorial, understood how to make xpath
+Chinmaya chittaranjan jena Thanks Chinmaya
thats very precise and clear explanation. easily understandable. thanks a lot.
Hey Krishna Thank you :) I am glad it helped you. Keep visiting.
Very informative video. Thank you for this.
Few questions: 1. (Ref:17:48) At some place you mentioned @name='value'. At another you mentioned @href, 'edit.php'. The = is not mandatory? Where all it's used?
2. (Ref:17:40) How to find how many methods (like contains, text, etc.) are available?
3. On FireFox 59 (Quantum) how do I per a search for the XPath ? Do I see a similar search box like I see in FireBug/FirePath which is incidentally not supported.
Hi Mukesh ..Your sessions are really helpful but it would be good if you write sequence number of sessions for beginners.
Thanks Taruna, sure I will make them is sequence soon.
For the example you used on 16:27 here's the XPath I use able to use today:
//td[@class='t posts']//a[contains(text(),'Posts')]
Thanks Mukesh. Your tutorials are really helpful and informative
Thanks Ajay
Very good tutorial. Easy to understand.
+Seetal Bachu Thanks Seetal keep visiting :)
Brilliant job Mukesh..I have learnt a lot from you..
#AjAutomation
Thanks a ton mate
Very Nice and easy to understand....best tutorials. Thank You Mukesh Sir :-)
Hi Mukesh,
you are doing great ...!! can you pls make video on "Parameterizing xpath"
In hybrid driven framework,why did you use local driver in homepage.your explanation is excellent.thank you
Hi Mukesh Sir,
Thank you so much. Its really helpful. But i have one query:
How to handle auto-suggest search drop down in selenium webdriver?
Can you please guide.
You can use findElements method and list concept in Selenium to handle autosuggestions.
Thanks a lot mukesh for this excellent vedio
+Seema Ahuja thank you Seema keep visiting and let me know if any help required from my side.
Happy weekend
Wonderful Mukesh.
This video is awesome.
:)
Thankyou Mukesh, your videos are really helpful.
Thank you Nikhil 😀
very useful video. Thank you so much Mukesh!
THanks mate
Hey, Mukesh thank you very much, its really helpful
Thanks Alam
Thanks Very much. You saved my lots of time and efforts (y)
Welcome Grijesh
Hi Mukesh,
Thanks for this Video, you have nicely explained everything, learnt a bit more about writing XPATHs. One thing stroked my mind - Does HTML have a tag as well, got confused with below example, Syntax : //tagname[starts-with(@attribute-name,’’)]
e.g. //id[starts-with(@id,’’)]
Hi Piyush,
HTML is the parent tag but it does not have any id. Xpath examples will be applicable for other elements.
Thanks Mukesh, very useful.
Thanks mate
Nice video on Xpath.Thanks Mukesh
Nice One Mukesh.Thanking you for sharing the info. From FireFox v 57 we do not have support for Fire Bug. Could you please share more info on how to get the x path by using fire fox v 57..
1. Open mozila Developer window.( Press f12)
2. Spy on required Element.
3. right click on Path comes in Developer window after spying element
4. Click COPY option and then U can select xpath( Or other locator options)
Thankyou Mukesh, it was really helpful
Most welcome Asma... keep learning.. Happy to see that you are learning over weekend 😃
Awesome video! keep up the good work. Can you also upload a tutorial on how to work with s and windows handles in selenium?
+Anu Dube Hi Anu for frames will upload tomorrow. For window handle please refer below link.
Note- Please use headphones for this video voice is very low.
ruclips.net/video/IcAD_eI50v8/видео.html
Video was very helpful , Thank you!
+Chaitanya G.A Your most welcome let me know if any help from my side.
Hi Mukesh, thanks for this video. Can you upload videos on how to find xpath for SVG and AngularJS as well.
Very good explanation thank you !!
good explanation..
Thanks Bobby
Very useful thanks Mukesh
+Bhanu Surendra THanks Bhanu keep visting
In this video, 16 second's you are explaining how to use contains, but it's not working because you have used "//input[contains(@name='post_title')] " In my understanding if your using contains you have to use coma. Eg: //input[contains(@name='post_title')]
Hi Sajeer Thank you for correcting me.
Thank you Mukesh..!
Thanks Atul
Hi Mukesh,the website you are using for example not working in google chrome(wordpress),can u use some other geninue websites which are working in google chrome and explain the same things .Thanks for your videos
Hi Nihar, you can use this application for testing opensource-demo.orangehrmlive.com/
very well explained, good learning from you
hi mukash thanks for your video it is very helpful and i have one doubt if xpath values are changed dynamically interviewer asked that question so i dont know how to answer ths question so please.
Sir I love you !u have given me a solution thank you!
Thanks sir. This video is really useful.
Welcome, Parthiv... Please keep visiting...
Hi Mukesh, This is really good tutorial, thank you.
Could you please explain how to find xpath for elements which are repeated several times in several the same tagnames ex:
for odds in bet365 : the following sentence :
10/1 is repeated over 10 times.
How to write xpath for the one interresting me?
Regards: Tom
Tomasz G use xpath like this:WebElement element = //*[@class=gl-Participant_Odds].It will find all elements with that class.
Tomasz G use xpath like this:WebElement element = //*[@class=gl-Participant_Odds].It will find all elements with that class.
can u upload all ur selenium clases in sequential mannaer we not able to find ur all videos regarding selenium
Hi Lakshmi I will rearrange them soon
What is the need of using OR and AND functions in Xpath. If we can find a webelement with 1 unique attribute, then is there a need to specify the other attribute too?
Hi Sakshi, in case if one attribute changes so other will be used for identifying web elements.
can we find the xpath of facebook video / post comments? it appears to be a list or something that needs to click before it expands out.... furthermore it doesn't show ALL the comments you have to click on the view more to get all.... is that doable with selenium?
Hi Buddy please check this www.selenium.dev/documentation/en/worst_practices/gmail_email_and_facebook_logins/
Hey Mukesh so what is wrong if we use the same xpaths why we need to customize xpaths what is the benefit in that for a tester ?
Hello sir, I have to write the dynamic xpath so that everytime it should increment and pass that value to xpath and this xpath finding can go upto 2 or 3 pages
Yes Kokila what issue you are facing?
Any info about how to handle svg object/graph (using css/xpath) in Webdriver?
+Kevin Li Hi Kevin,
Any example of SVG objects?
hi mukesh'
when to use absolulative & relative xpath
It is up to your requirement I use combination of both.
Really helpfull
Thanks Sankassa
hi mukesh..what is the version of the FF you have used in the above tutorial.
Hi Shiv I used FF 46
Another excellent video Mukesh! But please help me explain the difference when we are using the text() method.
There are 2 ways it shows for text() ' = ' & ' , ' .
One form is //a[contains(@href, 'edit.php'')][text() = 'Posts'] and other is //a[contains(text(), 'Dismiss this message')]
Am not sure which method should we follow = or , after text() method.
Is there any standard that must be followed or it's more of hit n trial in particular for text() method?
+Nitin Gupta Hi Nitin let me clear it
Text()- This will chek for exact text and if found then only it will return result.
while
contains(text(),'')- it only check partial text
Hi mukesh, how can i compare string value and webelement in if condition ,suppose i want to compare actual and expected ,actual is string and expected is of type webelement.please suggest me
hi sir thanks for your video,please clear my one doubt if in web table duplicate name is available and unique transation id is available then how to verify the data on the basics of the transation id please let me know
REPLY
Hi Mukesh
What will be the xpath for getting the dynamic id of the radio button.
Here i enter data (4 text boxes) and click on add button, the data is added and displayed with a radio button.
If i add 2 times then 2 rows of data added with radio button for each row of data (e.g. radio0 and radio1).
so to delete that row i have to selet radio button and click delete button.
Now how to select radio1 and delete that row?? I tried with xpath but not able to do it.
HI Mukesh, In Salesforce Lightning mode, with AURA framework, there are no unique attributes identified. we are taking reference of the preceding /following and taking index number element to generate XPath. However, there are still more challenge, the XPath you design will not work next time on UI index get changed. are there any best practice to deal with this situation?
I am also facing the same issue using Salesforce Lightning, the index gets changed after a few runs. can you please suggest how do we deal in this?
Hola a todos!! me sucede lo mismo, si tiene alguna ayuda comenten, por favor
con este Xpath //a[@class='select' and @xpath='1'] puedo encontrarlo en ChroPath el elemento buscado, pero cuando lo ingreso en el Xpath muestra error Select drpCountry = new Select (driver.findElement(By.xpath("//*[@class='select' and @xpath='1']")));
HI Mukesh, Is XPATH value depends on the browser ? I have heard that, xpath found in FF is different to the one in IE; Is this true?
Really awesome!!
Thank you Siddeshwar
In my application I have two fields say Email id and Conform Email id . For both of them id,class name everything is same. In this situation who can i find specific test box
+Ravi Nelluri in part 2 I have covered this scenario please visit part2
Hi Mukesh, How do we create xpath in chrome? Because there is no firebug in firefox now. Please help
Here is the link ruclips.net/video/9N7ERYWbjuw/видео.html
Thank you very much
please give me the link ,for learn automation for dynamic x path
Hi Anjali, here is the link learn-automation.com/how-to-write-dynamic-xpath-in-selenium/
Thanks
+Dilshod Alikiulov welcome mate
Hi
Can you help writing the code if there are 100 text fields on one Page and we want to count the number of such fields which are purgent?
Thanks
Hi Parul nice question you can use findElements and then size method to get the count learn-automation.com/difference-between-findelement-and-findelements-in-selenium-webdriver/
Thanks Mukesh.
Cheers
hi mukesh . An interviewer ask me how to handel if there is suppose in one row display ''himanshu'' as link and next to column again ''himanshu'' as a text and below this row in another row written ''himanshu'' as text and next to another column ''himanshu'' as link. then how will be locate ''himanshu'' in 2nd row first column then click on link ''himanshu'' in 2nd column with out using xpath or other locator? this kind of scenario was there? Pls help me
Use findElements(By.linkText()). Use index to specify
Hi Mukesh,
In other video you explained the exception which comes when we use FF 47 and selenium 53. So as per you i degraded FF to 46.0. It worked perfectly fine for a day or two. But again it started throwing org.openqa.selenium.firefox.NotConnectedException.
Could you please help here .
Thanks !!
Ankush
Stick to 45 and Selenium 2.53 which will make test stable.
4:38 hi sir,
1st we write username, we gave a tab button, now we are in password textbox,we send data now in this . how to write the program for this ?
You can use sendKeys with Keys option or Actions class.
@@Mukeshotwani I tried sir I am not getting. Can u send me that 4 or 5 lines code sir ?
Hi Mukesh, I am new to selenium, I am practicing to write my own xpath in your blog. I am trying to mouse hover to automation tools tab, I am trying to create my own xath for that, but I am getting error. can you please help me action.moveToElement(driver.findElement(By.xpath("//a[contains(text(),'Automation Tools')]"))).build().perform();. the error I am getting is unable to locate element.
do you still have this workdpress site? if so, could you please post the link ? Thanks
its really helpful,but how to get the firepath in our browser?
Hey Mita, you can use default firefox profile so when you will start the test you will get the firepath plugin too.
Hi Mukesh,ya i got it,its an extra addon i ve to install.Learnt something new,really helpful.Thanks.
Cheers
Mukesh otwani pls send me ur mail id:
My mail id: yuva.raj19@gmail.com send me empty mail
Hi Mukesh ,
Basically I am QTP tester and i have started learning selenium recently .
So i would like to know if there is any like register user function which is used in QTP through which we can check the object existence or perform any action without writing the codes again and again we have to write a single function then we have to pass the object to that function and the required action is performed .
So can we do it in selenium ?
let me given an example :-
WebElement UserName = driver.findElement(By.xpath("//*[@id='user_login']"));
if (UserName.isDisplayed()){
UserName.sendKeys("admin");
}
So i want i dont have to write these 3 above line . i will just pass xpath , value , varaible name.
please help
if we dont use firebug addin how derive xpath with our wonself
Hi Lakshmi we have new plugin for xpath now ruclips.net/video/kjTsGnkPQEc/видео.html
contains function(16:03) didn't work because of wrong syntax. //input[contains(@name,'post_title')] should work.
good observation
"org.openqa.selenium.ElementNotInteractableException: Element is not reachable by keyboard" . I am getting this error could you help me.
HI Kumar please check below link learn-automation.com/invalidelementstateexception-in-selenium-webdriver/
Hi mukesh I am unable identify the drop down element.
I.e //div[@class='mclc' and text()='002region']
how to identify this one..
could you please help me.
Hi Mukesh,
While adding Assert, am getting error "This element neither has attached source nor attached Javadoc and hence no Javadoc could be found.". could you please help.
You can attach SRC jar then this error wont come
Helo Mukesh,your videos are so wonderful, But I cannot access learn-automation.com site. isn't it open for everybody. Please help. Thanks.
Thanks Zaman, There was some maintenance so blog was down,
Mukesh, for my application I have written a xapth to identify a label as //td[text()=‘CK_SUM’] and this works good for chrome but does work for ie. can you please help me to fix this?
Xpath for ie some time change, check the unique identifier for parent /grand parent and find the child td
Which browser u r using?
it is Firefox earlier we have firebug and firepath where we used to write xpath.
Hi Tapas here is the link for updated video ruclips.net/video/kjTsGnkPQEc/видео.html
@@Mukeshotwani Thank you
we have two fields username and password ,but our attribute both r same example id=ABC, both username and password attribute s r same then how we can pass text only one field username???how to write xpath???
Hi Nagu,
You can use findElements and get the index and play with web elements.
Thanks for giving a reply but little bit confusion, how to perform index number can you write sample code for me, please......
Syntax seems incorrect when we want to use multiple attributes(video @11:14 min) , @ symbol is missing for the 2nd attribute.... Thanks
+Bhanu Surendra I will make changes
Nice Video Mukesh. I am facing difficult in identitifying the xpath for an element called "My Account" button in the home page of the url "www.phptravels.net/".
I have tried using Firebug and absolute Xpath. The problem is in webpage the Web Element is highlighted but during run time the WebDriver is unable to Identity the button. Please Help.
Good
Thanks
Sir please explain how automate pie chart in using selenium python.
Hey Swati, I wont recommend to automate pie chart.
@@Mukeshotwani sir
Than how to read data in side of pie chart using selenium python?
How to validate pie chart data?
Hi Swati as I said this won’t be stable plus in Automation reading chart graph bar code and images don’t automate.
Hi mukesh, im having trouble with xpath, my issue is this. it works perfectly fine with firefox but then it comes to chrome it gives me this kind of error
org.openqa.selenium.WebDriverException: unknown error: Element ... is not clickable at point (1364, 408). Other element would receive the click: ...
im just confused why?
Thank you again mukesh have a blessed day
How to take XPath for this text (Today's Deals) by using text XPath.
Hey Mukesh - Any idea if firebug has been merged with firefox developer tool? I have FF 51 on my laptop and firebug 2.0.18 is deactivated. There is no way for me to check the xpath. Can someone please help on this.
Hi Subhasis, Kindly use FF 48 or 50 then install firebug from add on it is working for me.
ftp.mozilla.org/pub/firefox/releases/ Firefox release versions.
Hi Subhasis, you have install the older version 50.1.0 for FF. the latest version is not supporting firebug.
Hi Subhasis,
Please perform the below steps
1. Open a new tab in the browser
2. type about:config
3. Now search for browser.tabs.remote.autostart
4. Toggle the value to False
Hope this will work
Use FF 46
How to locate Xpath by text if the text is 'I'm Feeling Lucky'
+Inty Uyghur haha very nice 👍🏻 Inty
In this video, we don't have Mukesh voice
How do I capture dynamic id.
Hi Tektas any example so that I can show you the solution..
I can't share the code, but there is a situation. The input screen also changes the ID page every time you refresh.
I had a similar situation where the id was changing based on the data that shows up on screen. However, it was based on a particular logic.. so the id was being suffixed by an id in database etc.. so I wrote code to first figure out what that value would be depending on input data and then dynamically figure out the id. Maybe your situation is even more dynamic?
i am not getting the html content pls help me..........
How to get xpath of watermark .
Any example or demo site for this ?
Don't know was asked in interview. How to get an xpath of a watermark. if you find something please share. I guess this is a transparent object such as company logo.
how i get this addon to firefox ??
please help me
www.techbeamers.com/use-firebug-and-firepath-in-firefox/
Hi Mukesh, can you please help me get xpath to log into Paytm?