Not all methods are shown on the autocomplete list
See original GitHub issueEnvironment:
- WebdriverIO version: 7.0.5
- Mode: WDIO Testrunner
- If WDIO Testrunner, running sync/async: sync
- Node.js version: v14.15.4
- NPM version: 6.14.10
- TypeScript version: 4.1.5
Describe the bug Some of the methods are missed from the autocomplete list
To Reproduce for example the
browser.getUrl()
is not shown on the autocomplete list. Instead the all these methods were shown on the autocomplete list in wdio6.
In addition, the methods are shown in wdio6 as the methods now are shown in wdio7 as property
Expected behavior all wdio7 methods are ready for autocomplete and are shown on the autocomplete list
compare the lists of the wdio6 and wdio7:
Issue Analytics
- State:
- Created 3 years ago
- Comments:12 (7 by maintainers)
Top Results From Across the Web
AutoComplete not working correctly - Outlook - Microsoft Learn
If it's already turned on, your first troubleshooting step should be to clear out the Auto-Complete list. Select the Empty AutoComplete List ......
Read more >Sometimes Code Not Showing In Autocomplete List For Visual ...
I found that if I used document.getElementById(myCanvas) the autocomplete would not display gl methods like in pic1. However, if I used document ...
Read more >FIX Outlook: Auto-Complete Contact List Not Populating in TO ...
As you start typing in the TO, CC or BCC field in Outlook, normally you see email addresses pop up with the autocomplete...
Read more >Autocomplete not working correctly in Outlook
It will reset autocomplete, so you will lose all saved addresses in autocomplete list. Before using this method, check if you are using...
Read more >AutoComplete not working as expected in Outlook
Global Address List (Exchange Online only). From the results, AutoComplete will show up to 5 names and addresses.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@DenysBarkan I am not actively looking into this. Any help on this would be appreciated.
Same here, as we are moving away from
sync
execution, this issue is not very relevant anymore.