Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    How to test uploading files with selenium

    with the example in the website.
    Code:
    <DynamicForm width="300">
        <fields>
            <field title="Choose File" type="upload"/>
        </fields>
    </DynamicForm>
    since the dialog poped up when clicking the upload button is browser based.
    It is not generated from smartclient, is there any way to test uoloading using selenium?

    #2
    This is a Selenium question, not a SmartClient question - if you Google some thing like "selenium test upload" you can see various people discussing this as a Selenium limitation and proposing future fixes / workarounds.

    Comment

    Working...
    X