Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
0 answers
105 views

using python selenium IE11, python(jupyter notebook) finds compeletly different element of HTML

I am building a crawling code on a web page running only on IE11. My problem is that python selenium,selenium.webdriver.Ie, find completely different element of HTML element = driver....
Chan's user avatar
  • 1
-2 votes
3 answers
1k views

I want to locate a link which is in a div tag under a section tag in Selenium Java with IE

Actually I have same href links in different sections. I want to access a particular href in a particular section. But in in each sections there are many div tags and under one of the div tag this ...
user1283438's user avatar
1 vote
1 answer
2k views

sendKeys to contentEditable div not working in Internet Explorer

I'm having an issue with InternetExplorerDriver in Selenium WebDriver. The image below shows part of a Sharepoint site, with Audience Area and Location as fields which can either accept a manually ...
RSCruickshank's user avatar