Skip to content
Advertisement

Tag: browser

Use mobile browser in selenium without emulating the device?

I tried to write a script in python using selenium, that should automate uploading images to an image platform. However, the problem is, that the functionality for uploading pictures is only given, when you use a mobile browser (e.g. Safari on your iPhone). In a quick research, i found that selenium supports this, but as far as i understood it,

Advertisement