Spell check not working in webkit - webkit

Spell check is not supporting in webkit.
If we add attribute "spellcheck=true" for the elements which required spell check, its not supported by webkit. Any one know how to deal with this?

node-webkit doesn't support's spell check , But you can find it in electron(previously called atom shell).It's also like a node-webkit Engine .It can render html,javascript and nodejs. If i made any mistake please correct me.

Related

React-select address autocomplete appears in Chrome

We use react-select in the project and this autocomplete appears when a chrome has saved address. I've tried to use
autocomplete='chrome-off'
or just
autocomplete='off'
I've even tried to rewrite styles from scratch follow documentation but it didn't help.
Please, maybe you know what can cause the issue? Thank you in advance
https://share.vidyard.com/watch/a3WZ5Fv7PR9ojfKHvHN4D1
inputProps={{autoComplete: 'random-string', autofill:'off' }}
That should take care of your issue. Note that autofill should be lowercase, not camelCase.

simulating file download with selenium on chrome browser for element with reactid

I need to simulate file download on chrome browser and below links points to solutions which is what I'm looking for.
http://ardesco.lazerycode.com/index.php/2012/07/how-to-download-files-with-selenium-and-why-you-shouldnt/
https://github.com/Ardesco/Ebselen/blob/master/ebselen-core/src/main/java/com/lazerycode/ebselen/customhandlers/FileDownloader.java
I'm not able to use this code as it requires attribute and in my case button has a reactid which triggers a end point call. Please refer to attached screen shot.
Can somebody please tell what changes I need to do to make code in above links work ?
Thanks in advance.
Regards,
Vikram
To be able to download a link to need to find a way to get the link. The best way to do that is to talk to the developer that wrote the code and find out how it works.
Clicking on the button will trigger some sort of JavaScript event, you need to know what that event is so that you can replicate it to get the download link.
Bear in mind that this is probably not a test that's worth performing in Selenium., it's probably a unit test in JavaScript land.
Since you can't get the link of the downloadable file from the html and verify the https status code because in your case - the downloading happens by javascript method
The only way to verify downloading in your case is to actually click the element and verify that the file was downloaded.
You also need to set the capability in ChromeDriver to download to default directory without asking.
Chrome Web Driver download files

How to use xcode's Fix and Continue debugging feature?

I have not find any tutorial about using xcode's "Fix and Continue feature". If someone knows how to use this please let me know. I would like to use this feature in iOs Apps. Does some knows a way to use this. Whenever I use this I got error "classname.m dylib" not found.
Here is a screen-shot when using fix and continue feature for iPhone apps.
Second result from just typing 'xcode fix and continue' into the search field on google gives http://thurly.net/14ty
This shows (albeit following a long previous tutorial) how fix and continue works.

How to list extensions installed in my Xul app?

In a Xul app, is there a high-level way to list the installed extensions?
Is the "Add-ons" window available for easy use?
I'm trying to search in the firefox source, but it's a long way... if someone could give a shortcut I would be thankful... :)
Maybe something related to RDF? (not sure..)
Found it, just needed to open the url: chrome://mozapps/content/extensions/extensions.xul from my javascript.

Is it possible to modify Adobe Air's WebKit settings in the mx:HTML component?

Adobe Air's (read: Flex) mx:HTML component uses WebKit to render webpages. As such, does anyone know of a way to tweak WebKit's settings via the Air application (or a Flex API)? For example, I'd like to set WebKit's "enable-private-browsing" setting from "false" to "true".
That would be very interesting.
Sadly, judging by the source code of the HTML component and the AIR documentation, it doesn't seem that there's any way to do so.
Maybe something to propose to the Flex/AIR team on JIRA for the next version.
Since it's not possible, I've logged a ticket here: bugs.adobe.com/jira/browse/SDK-25585 Let's see what happens.
For standalone application (e.g. stand for exhibition) you can build your own WebKit.