Rank: Newbie Groups: Member
Joined: 4/28/2018 Posts: 1
|
I'm trying to automate access to my AOL account to automatically log in and check my inbox. I want to use the mobile web version of AOL because it's a lot simpler to program and faster to respond. However, after I log in I get a screen that suggests I install the AOL app. There is a option that says "I'll try it later". I have tried to "clicking" on it with javascript and clicking in the button's area with SendMouseEvent but neither one works. I can successfully use javascript to click on any other elements within this and other sites, but this button (as well as others on other mobile sites) seem to require a "touch" event. I've tried with different mobile user agents and have dimensioned the webview to 360x600 which makes AOL (and other sites) detect that I'm using a mobile device. How can I trigger a "touch" event on a particular element or x,y position on the screen?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,221
|
No --- this is no way to simulate touch event with our current version. Sorry about it!
|