Sir i am getting Exception in thread "main" java.lang.Error: Unresolved compilation problems: TAB cannot be resolved or is not a field TAB cannot be resolved or is not a field SPACE cannot be resolved or is not a field ENTER cannot be resolved or is not a field
Here u have used only .perfom(), but actually what is the difference between .build(). perform () and only . perform () and plze say there actions also
If is possible you can also have only if statements which I showed in the demo. In our example, in case if condition does not meet the requirement then it won't execute if block.
HI sir, How we can press two keys using this method. I want to press ALT + PageDown but I'm getting error "Keys up/down only make sense for modifier keys". How I can resolve this. Thanks.
Hi Sir I am trying to automate fb signup page first name ,last name, Phone number is entering but coming to dob it is taking some random value can you help me on this
Hi Tammireddy, I would suggest try to use click() method for click. sendKeys method for type and use Select class to handle dropdown. Use keyboard events only when these methods are not working. For Dropdown I have created blog post and video which talk about Select dropdown and Bootstrap Dropdown learn-automation.com/handle-dropdown-in-selenium-webdriver/
Short and sweet...full with knowledge. Thanks.
Glad it was helpful! Sohel
Awesome! This cleared all my doubts regarding Keyboard events!
Glad to hear this Sachindra
Sir ypur videos are good and giving correct explanations
Hey Mukesh.... Can we copy and paste the text using Actions class.. If it is possible how can we print that text in console
How can we perform CTRL + A
very nice i like way of explanation of every point
Thanks and welcome RK Mishra
Thank you Mukesh.. nice explanation 👍🏽
Thanks Vaishnavi
Sir i am getting
Exception in thread "main" java.lang.Error: Unresolved compilation problems:
TAB cannot be resolved or is not a field
TAB cannot be resolved or is not a field
SPACE cannot be resolved or is not a field
ENTER cannot be resolved or is not a field
Hi Mukesh sometimes we use .build.perform and sometimes we use only .perform .... Can you please explain the difference between the two..
Hi Mohit, when you have single operation then .perform() and if more than one then .build().perform()
Very good teaching
Thanks Rama
Here u have used only .perfom(), but actually what is the difference between .build(). perform () and only . perform () and plze say there actions also
Same doubt i too have
Nice and refreshing
Sir u have written only if ,but no else,then how it is executed,as per structure,it is not possible na sir
If is possible you can also have only if statements which I showed in the demo.
In our example, in case if condition does not meet the requirement then it won't execute if block.
HI sir,
How we can press two keys using this method. I want to press ALT + PageDown but I'm getting error "Keys up/down only make sense for modifier keys". How I can resolve this. Thanks.
for non modifier keys we have to use sendKeys method
Hi Sir
I am trying to automate fb signup page first name ,last name, Phone number is entering but coming to dob it is taking some random value can you help me on this
Hi Tammireddy, I would suggest try to use click() method for click. sendKeys method for type and use Select class to handle dropdown. Use keyboard events only when these methods are not working.
For Dropdown I have created blog post and video which talk about Select dropdown and Bootstrap Dropdown learn-automation.com/handle-dropdown-in-selenium-webdriver/
@@Mukeshotwani sure sir , thankyou so much for quick response
Thank you🙏
Best of India
Thank U
You're welcome! Pradeep
How can we perform CTRL + A