Thank you for your videos bro ...keep going ...you videos are good and clean to understand...and also short simple videos dividing to topic makes easy for us ...
@Mukeshotwani4 жыл бұрын
Thank you Krishna
@vishveshkhandpur25603 жыл бұрын
@@Mukeshotwani Hello can you please help, I am trying to interact with the buy now button on the amazon page. But, I am getting the error: str object is not callable. I have written the below lines of code. context=driver.find_element(By.XPATH("//button[contains(@class,'_2KpZ6l _2U9uOA _3v1-ww')]")) context.click() Will you very glad if you can please help me out. Thanks!
@supriyamishra59684 жыл бұрын
I am enjoying python series Thanks!
@seasidestory4 жыл бұрын
Hey there! Do you know how to pass by this error?: Traceback (most recent call last): File "C:\Users\zzz\SeleniumScripts\WebElements.py", line 5, in driver = webdriver.Chrome(service=s) TypeError: __init__() got an unexpected keyword argument 'service'
@Jonizoda3 жыл бұрын
I'm having the same issue
@shivanibhavsar8523 жыл бұрын
I also got same error..
@shivanibhavsar8523 жыл бұрын
@@Jonizoda did you solve the error?
@Jonizoda3 жыл бұрын
@@shivanibhavsar852 hi, yes I did get through it. Service did not work for me, so I did not use it. I simply called driver =webdriver.Chrome(executable_path="path") Then move on from there as usual. I didn't have any problems following rest of the tutorial that way.
@shivanibhavsar8523 жыл бұрын
@@Jonizoda and how did you write the chromedriver.exe file location path. Because now I am getting this error.. "path" executable needs to be in PATH Can you please provide your code?
@sujathik3 жыл бұрын
Thank you Mukesh !! It was nicely explained !!
@Mukeshotwani3 жыл бұрын
Welcome mate 👍
@thennarasuthen91793 жыл бұрын
Good explanation...thank you for the video
@Mukeshotwani3 жыл бұрын
Welcome mate 🙏
@shriyanair602 жыл бұрын
hi mukesk sir, I tried send.keys() but I am getting this AttributeError: 'str' object has no attribute 'send_keys' kindly tell me how to fix it
@utsavsharma40793 жыл бұрын
Hi mukesh sir, I an not getting the methods after dot in pycharm for example send_keys(), click(). Please suggest me on this.
@VK_20024 жыл бұрын
Hi Mukhesh, I did the same program like what you did but I am getting error as:"driver = webdriver.chrome(service=l) TypeError: 'module' object is not callable". Could you please help
@VK_20024 жыл бұрын
I got this issue resolved. Error was because of Selenium version changes. I was using 3.1.41 for which it was throwing the error which I mentioned before. Thanks
@Mukeshotwani4 жыл бұрын
Great Vimal I am glad you solved from your end.
@VK_20024 жыл бұрын
Thanks for your instant reply Mukesh
@bhanuprakashreddy27222 жыл бұрын
in chrome "C" shold be used bro than you will get that
@atulthorat56704 жыл бұрын
Thank you Mukesh....!
@adithya70643 жыл бұрын
I tried giving the code u compiled but also its just opening the firefox not the websites which are given..what to do sir??
@Mukeshotwani3 жыл бұрын
Hi Aditya, check gecko driver this could be compatibility issue.
@nischaysinha993 жыл бұрын
hello,my keys are not importing and i cannot find username.isenabled function in my pycharm
@Mukeshotwani3 жыл бұрын
Hi Nishay, please cross check your code. May be some small mistake (uppercase, lowecase)
@nischaysinha993 жыл бұрын
@@Mukeshotwani got it sir .it was find element ..i was using find element s
@venkatakalki38923 жыл бұрын
@@Mukeshotwani my code is correct sir , my keys are not importing please help on this
@venkatakalki38923 жыл бұрын
@@nischaysinha99 Hi bro, Please help me on this i'm entering keys manually