This repository has been archived by the owner on Jan 26, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Fix: Unable to locate element error #1065 #1126
Closed
Closed
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
838a7da
Update test_formFields.py
sanjibansg d9d36db
Update test_formFields.py
sanjibansg ff31890
Update test_formFields.py
sanjibansg 5346b01
Update test_formFields.py
sanjibansg 94263ec
Update test_formFields.py
sanjibansg bf0701f
Update test_formFields.py
sanjibansg 3964176
Update test_formFields.py
sanjibansg 41cc661
Update test_formFields.py
sanjibansg abbbc4b
Update test_formFields.py
sanjibansg ddf3e23
Update test_formFields.py
sanjibansg e4ef809
Update test_formFields.py
sanjibansg 1b3ff09
Update test_formFields.py
sanjibansg 5c2c424
Update test_formFields.py
sanjibansg 39987b6
Update test_formFields.py
sanjibansg 2ab2d12
Update test_formFields.py
sanjibansg e28a978
Update test_formFields.py
sanjibansg 0b6b111
Update test_formFields.py
sanjibansg 17e4819
Update test_formFields.py
sanjibansg 5b90eba
Update test_formFields.py
sanjibansg af8fbe2
Update test_formFields.py
sanjibansg 9fde553
Update test_formFields.py
sanjibansg File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Put implicit wait time as a variable(instead of hardcoded time value).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shall I make a single global time variable to do the work for all the implicit waits? @satya7289
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, Also squash multiples commit to a single commit by following the commit message guildlines.