How do I add hours if my string is “6/27/2024 12:27:00 AM” in Java?
I need to add 8 hours on the hours of “6/27/2024 12:27:00 AM”, so the result should be “6/27/2024 8:27:00 PM” and return it as String.
How do I scroll on a modal using selenium
I am trying to scroll down and click the ‘Purchase’ button on the following page once the place order button is clicked https://www.demoblaze.com/cart.html but I keep running into the following error:
Add request header before opening a webpage
There is request header (which works like VPN) I need to add before I open a webpage.
I’ve been trying different approaches like JS executor, Modheader, Proxy and nothing really helped. Only with JS executor I was able to add this request header but only after I’ve opened a webpage what is unacceptable.
Maybe some know some approaches that works as expected?
single instance xpath expression gives error “not interactable”
I have selenium java on my site as follows:
How to automate Orange HRM application in user management field Employee Name option
First we have to login by providing username and password Click on admin option Then enter all the details like username, user role, employee name, status How to handle the employee name auto suggestions drop-down I tried many ways but failed to automate. Can anyone please tell me the code for it java selenium-webdriver New […]
I have a password field that is “not interactable”
I have my site here:
AUT
I need Support to fix below issue in Selenium JAVA java: cannot access org.openqa.selenium.WebDriver
java: cannot access org.openqa.selenium.WebDriver
bad class file: /C:/Users/USER/.m2/repository/org/seleniumhq/selenium/selenium-api/4.19.0/selenium-api-4.19.0.jar!/org/openqa/selenium/WebDriver.class
class file has wrong version 55.0, should be 52.0
Please remove or make sure it appears in the correct subdirectory of the classpath.
How to upload a file using JAVA and SELENIUM which doesn’t have input tag?
It has a button element on clicking it it prompts to select file and it’s in macbook how to achieve this I can work the solution in windows i need help in macbook
Exception in thread “main” java.lang.AbstractMethodError: Receiver class org.openqa.selenium.chrome.ChromeDriverService$Builder does not define
I am encountering an error when I run my class file.
How to get texts after tags
The Website