Skip to main content

All Questions

0 votes
1 answer
173 views

Excel VBA IE querySelector button click

Trying to click button using IE. Due to the firm policy Selenium Basic, is banned. So using that route is not possible. getting error Object variable not set (Error 91) code till now. Global driver ...
jan benes's user avatar
1 vote
1 answer
133 views

Unable to fill in some date inputs to perform a customized search

I'm trying to create a script in vba to select dates according to my preferable input date, as in 03/11/2019 and output date, as in 05/11/2019 for the two fields check-in and chek-out. the macro that ...
MITHU's user avatar
  • 180
0 votes
1 answer
60 views

Script sometimes logs in a website but fails most of the times

I've created a vba script using Internet Explorer to log in a website using my credentials. The thing is the script sometimes works flawlessly but most of the times it fails while hitting the sign in ...
MITHU's user avatar
  • 180
11 votes
2 answers
645 views

Scraper throws errors instead of quitting the browser when everything is done

I've written a scraper to parse movie information from a torrent site. I used IE and queryselector. My code does parse everything. It throws errors instead of quitting the browser when everything is ...
SIM's user avatar
  • 22.3k