Problem with textbox and swipe in menu

Hi,

i want to sent text to an element by using sendkey.

the problem i have is that there is a swipe in menu on the left side and when i try to send stuff sometimes it uses the text field sometimes it swipes the menu. so the text i want to sent is not sent correctly.

So what i do is simply :slight_smile:

element=driver.findElement(By.id(“first_name”));
element.sendKeys(“xyz”);