Skip to content

Conversation

@Saurabh-LT
Copy link
Contributor

No description provided.


# Searching for the results
search = driver.find_element(By.XPATH, "//*[@id='search']")
print("Search button is displayed " + str(search.is_displayed()))

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does it gonna fail?
it should fail if that command is not working.
add assert.

"network": 'true' # Enable or disable network logs
},
"browserName": "Chrome",
"browserName": "firefox",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you supposed to add code for selenium 4

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's already added

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

line number 20

Copy link

@sururocks sururocks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change requested

@sururocks sururocks closed this May 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants