I have the path in the HTML style:
<div class="BaseL">
<ul class="list">
<li draggable="true" class="listEntry" id="ItemList.item.0" widgetid="ItemL.item.0" >
The code that I have used is: driver.findbyElement(By.cssSeelector(".BaseL.list.item.0"))
Its not able to find it by id, tried webdriver.wait (didn't work). But even the cssSelector isnt working, can anyone please help me to find the cssSelector? Thanks.
