Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Main.java
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#just a sample file
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Make sure you have JAVA 10 or above installed to run this test
~~~~

# Upgraded to Cucumber 4
The code is now upgraded to Cucumber 4 with new
The code is now upgraded to Cucumber 4 with new one

# Upgraded to Cucumber-JVM 5
The code is now upgraded to Cucumber 4 with new
Expand Down
1 change: 1 addition & 0 deletions src/main/java/com/ea/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ private static void Selenium4MiscFetures(ChromeDriver chromeDriver){
var checkbox = chromeDriver.findElement(withTagName("input").below(By.name("Male")).toLeftOf(By.name("Hindi")));
checkbox.click();
System.out.println(checkbox.getAttribute("name"));
System.out.println(checkbox.getAttribute("type"));


var txtIntial = chromeDriver.findElement(withTagName("input")
Expand Down