# JxBrowser applications troubleshooting

> Selectors are natively generated for applications which rely on the JxBrowser, without having to install any extensions. Bear in mind that JxBrowser is not a stand-alone application, but a library which integrates Chromium in Java applications. Therefore, unpredictable issues can be encountered, depending on how this library is integrated in its host application. Currently, there are some automation limitations, as follows:

Selectors are natively generated for applications which rely on the JxBrowser, without having to install any extensions. Bear in mind that JxBrowser is not a stand-alone application, but a library which integrates Chromium in Java applications. Therefore, unpredictable issues can be encountered, depending on how this library is integrated in its host application. Currently, there are some automation limitations, as follows:

## The Recording wizard is not supported

We highly recommend to avoid using the **Recording** wizard when building your automation projects, as it is not currently supported.

## The Select Item and Select Multiple Items activities are not supported

When building your automation projects, it is recommended to avoid using the **Select Item** and **Select Multiple Items** activities.

## Using Keyboard activities

Mouse and keyboard activities can be used in your automation projects with JxBrowser applications. However, the **Type Into** activity needs to be with the **ClickBeforeTyping** property enabled.
